#E036B3

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

Shades of Persian Rose #E036B3

Tints of Persian Rose #E036B3

Color information

#E036B3 (or 0xE036B3) is unknown color: approx Persian Rose. HEX triplet: E0, 36 and B3. RGB value is (224,54,179). Sum of RGB (Red+Green+Blue) = 224+54+179=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 54 (21.48% from 255 or 11.82% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E036B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E036B3 is #1FC94C. Grayscale: #767676. Windows color (decimal): -2083149 or 11744992. OLE color: 11744992.

HSL color Cylindrical-coordinate representation of color #E036B3: hue angle of 315.88º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E036B3 is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB22454179-
CMYK00.760.200.12
HSL315.88º73.28%54.51%-
HSV(B)315.88º75.89%87.84%-
XYZ40.221.7444.73-
YUV119.08161.82202.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.02%
GREEN value IS 54 (21.48% from 255) = 11.82%
BLUE value IS 179 (70.31% from 255) = 39.17%
R=49.02%
G=11.82%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2245417900.760.200.12315.8873.2854.51
HexE036B304C14C13c4937
Octal340662630114241447411167
Binary1110000011011010110011010011001010011001001111001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E036B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E036B3; }

 p { color: rgb(224,54,179); }

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

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

 a { background-color: rgb(224,54,179); }

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

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

 span { border-color: rgb(224,54,179); }

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