#E37EBD

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

Shades of Persian Pink #E37EBD

Tints of Persian Pink #E37EBD

Color information

#E37EBD (or 0xE37EBD) is unknown color: approx Persian Pink. HEX triplet: E3, 7E and BD. RGB value is (227,126,189). Sum of RGB (Red+Green+Blue) = 227+126+189=542 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.88% from 542); Green value is 126 (49.61% from 255 or 23.25% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 227 - color contains mainly: red. Hex color #E37EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37EBD is #1C8142. Grayscale: #A3A3A3. Windows color (decimal): -1868099 or 12418787. OLE color: 12418787.

HSL color Cylindrical-coordinate representation of color #E37EBD: hue angle of 322.57º 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 #E37EBD is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB227126189-
CMYK00.440.170.11
HSL322.57º64.33%69.22%-
HSV(B)322.57º44.49%89.02%-
XYZ48.3234.9352.34-
YUV163.38142.46173.38-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.88%
GREEN value IS 126 (49.61% from 255) = 23.25%
BLUE value IS 189 (74.22% from 255) = 34.87%
R=41.88%
G=23.25%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712618900.440.170.11322.5764.3369.22
HexE37EBD02C11B1434045
Octal3431762750542113503100105
Binary11100011111111010111101010110010001101110100001110000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E37EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E37EBD; }

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

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

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

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

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

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

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

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