#E37EAF

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

Shades of Persian Pink #E37EAF

Tints of Persian Pink #E37EAF

Color information

#E37EAF (or 0xE37EAF) is unknown color: approx Persian Pink. HEX triplet: E3, 7E and AF. RGB value is (227,126,175). Sum of RGB (Red+Green+Blue) = 227+126+175=528 (69% of max value = 765). Red value is 227 (89.06% from 255 or 42.99% from 528); Green value is 126 (49.61% from 255 or 23.86% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 227 - color contains mainly: red. Hex color #E37EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E37EAF is #1C8150. Grayscale: #A1A1A1. Windows color (decimal): -1868113 or 11501283. OLE color: 11501283.

HSL color Cylindrical-coordinate representation of color #E37EAF: hue angle of 330.89º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E37EAF is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB227126175-
CMYK00.440.230.11
HSL330.89º64.33%69.22%-
HSV(B)330.89º44.49%89.02%-
XYZ46.8834.3544.72-
YUV161.78135.46174.52-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.99%
GREEN value IS 126 (49.61% from 255) = 23.86%
BLUE value IS 175 (68.75% from 255) = 33.14%
R=42.99%
G=23.86%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712617500.440.230.11330.8964.3369.22
HexE37EAF02C17B14b4045
Octal3431762570542713513100105
Binary11100011111111010101111010110010111101110100101110000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E37EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E37EAF; }

 p { color: rgb(227,126,175); }

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

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

 a { background-color: rgb(227,126,175); }

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

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

 span { border-color: rgb(227,126,175); }

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