#E372C1

Color #E372C1 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #E372C1

Tints of Persian Pink #E372C1

Color information

#E372C1 (or 0xE372C1) is unknown color: approx Persian Pink. HEX triplet: E3, 72 and C1. RGB value is (227,114,193). Sum of RGB (Red+Green+Blue) = 227+114+193=534 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.51% from 534); Green value is 114 (44.92% from 255 or 21.35% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 227 - color contains mainly: red. Hex color #E372C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E372C1 is #1C8D3E. Grayscale: #9C9C9C. Windows color (decimal): -1871167 or 12677859. OLE color: 12677859.

HSL color Cylindrical-coordinate representation of color #E372C1: hue angle of 318.05º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E372C1 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB227114193-
CMYK00.500.150.11
HSL318.05º66.86%66.86%-
HSV(B)318.05º49.78%89.02%-
XYZ47.3232.2254.18-
YUV156.79148.44178.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 227 (89.06% from 255) = 42.51%
GREEN value IS 114 (44.92% from 255) = 21.35%
BLUE value IS 193 (75.78% from 255) = 36.14%
R=42.51%
G=21.35%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711419300.500.150.11318.0566.8666.86
HexE372C1032FB13e4343
Octal3431623010621713476103103
Binary1110001111100101100000101100101111101110011111010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E372C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E372C1; }

 p { color: rgb(227,114,193); }

 H1.HeaderClassName
 {
   color: #E372C1;
 }
 .AnyTagClassName
 {
   color: #E372C1;
 }
</style>
background-color css

<style>
 a { background-color: #E372C1; }

 a { background-color: rgb(227,114,193); }

 div.DivClassName
 {
   background-color: #E372C1;
 }
 .BgClassName
 {
   background-color: #E372C1;
 }
</style>
border-color css

<style>
 span { border-color: #E372C1; }

 span { border-color: rgb(227,114,193); }

 td.TdClassName
 {
   border-color: #E372C1;
 }
 .TagClassName
 {
   border-color: #E372C1;
 }
</style>