#E37EB1

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

Shades of Persian Pink #E37EB1

Tints of Persian Pink #E37EB1

Color information

#E37EB1 (or 0xE37EB1) is unknown color: approx Persian Pink. HEX triplet: E3, 7E and B1. RGB value is (227,126,177). Sum of RGB (Red+Green+Blue) = 227+126+177=530 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.83% from 530); Green value is 126 (49.61% from 255 or 23.77% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 227 - color contains mainly: red. Hex color #E37EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E37EB1 is #1C814E. Grayscale: #A1A1A1. Windows color (decimal): -1868111 or 11632355. OLE color: 11632355.

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

Color convert

RGB227126177-
CMYK00.440.220.11
HSL329.7º64.33%69.22%-
HSV(B)329.7º44.49%89.02%-
XYZ47.0834.4345.76-
YUV162.01136.46174.35-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.83%
GREEN value IS 126 (49.61% from 255) = 23.77%
BLUE value IS 177 (69.53% from 255) = 33.40%
R=42.83%
G=23.77%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712617700.440.220.11329.764.3369.22
HexE37EB102C16B14a4045
Octal3431762610542613512100105
Binary11100011111111010110001010110010110101110100101010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E37EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E37EB1; }

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

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

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

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

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

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

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

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