#E373C3

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

Shades of Persian Pink #E373C3

Tints of Persian Pink #E373C3

Color information

#E373C3 (or 0xE373C3) is unknown color: approx Persian Pink. HEX triplet: E3, 73 and C3. RGB value is (227,115,195). Sum of RGB (Red+Green+Blue) = 227+115+195=537 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.27% from 537); Green value is 115 (45.31% from 255 or 21.42% from 537); Blue value is 195 (76.56% from 255 or 36.31% from 537); Max value from RGB is 227 - color contains mainly: red. Hex color #E373C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E373C3 is #1C8C3C. Grayscale: #9D9D9D. Windows color (decimal): -1870909 or 12809187. OLE color: 12809187.

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

Color convert

RGB227115195-
CMYK00.490.140.11
HSL317.14º66.67%67.06%-
HSV(B)317.14º49.34%89.02%-
XYZ47.6632.5355.4-
YUV157.61149.11177.5-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.27%
GREEN value IS 115 (45.31% from 255) = 21.42%
BLUE value IS 195 (76.56% from 255) = 36.31%
R=42.27%
G=21.42%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711519500.490.140.11317.1466.6767.06
HexE373C3031EB13d4343
Octal3431633030611613475103103
Binary1110001111100111100001101100011110101110011110110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E373C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E373C3; }

 p { color: rgb(227,115,195); }

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

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

 a { background-color: rgb(227,115,195); }

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

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

 span { border-color: rgb(227,115,195); }

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