#E37CBF

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

Shades of Persian Pink #E37CBF

Tints of Persian Pink #E37CBF

Color information

#E37CBF (or 0xE37CBF) is unknown color: approx Persian Pink. HEX triplet: E3, 7C and BF. RGB value is (227,124,191). Sum of RGB (Red+Green+Blue) = 227+124+191=542 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.88% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 227 - color contains mainly: red. Hex color #E37CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37CBF is #1C8340. Grayscale: #A2A2A2. Windows color (decimal): -1868609 or 12549347. OLE color: 12549347.

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

Color convert

RGB227124191-
CMYK00.450.160.11
HSL320.97º64.78%68.82%-
HSV(B)320.97º45.37%89.02%-
XYZ48.2934.5153.41-
YUV162.44144.12174.05-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.88%
GREEN value IS 124 (48.83% from 255) = 22.88%
BLUE value IS 191 (75% from 255) = 35.24%
R=41.88%
G=22.88%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712419100.450.160.11320.9764.7868.82
HexE37CBF02D10B1414145
Octal3431742770552013501101105
Binary11100011111110010111111010110110000101110100000110000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E37CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E37CBF; }

 p { color: rgb(227,124,191); }

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

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

 a { background-color: rgb(227,124,191); }

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

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

 span { border-color: rgb(227,124,191); }

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