#E37DC2

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

Shades of Persian Pink #E37DC2

Tints of Persian Pink #E37DC2

Color information

#E37DC2 (or 0xE37DC2) is unknown color: approx Persian Pink. HEX triplet: E3, 7D and C2. RGB value is (227,125,194). Sum of RGB (Red+Green+Blue) = 227+125+194=546 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.58% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 227 - color contains mainly: red. Hex color #E37DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37DC2 is #1C823D. Grayscale: #A3A3A3. Windows color (decimal): -1868350 or 12746211. OLE color: 12746211.

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

Color convert

RGB227125194-
CMYK00.450.150.11
HSL319.41º64.56%69.02%-
HSV(B)319.41º44.93%89.02%-
XYZ48.7534.8955.2-
YUV163.36145.29173.39-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.58%
GREEN value IS 125 (49.22% from 255) = 22.89%
BLUE value IS 194 (76.17% from 255) = 35.53%
R=41.58%
G=22.89%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712519400.450.150.11319.4164.5669.02
HexE37DC202DFB13f4145
Octal3431753020551713477101105
Binary1110001111111011100001001011011111101110011111110000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E37DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E37DC2; }

 p { color: rgb(227,125,194); }

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

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

 a { background-color: rgb(227,125,194); }

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

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

 span { border-color: rgb(227,125,194); }

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