#E01CA0

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

Shades of Persian Rose #E01CA0

Tints of Persian Rose #E01CA0

Color information

#E01CA0 (or 0xE01CA0) is unknown color: approx Persian Rose. HEX triplet: E0, 1C and A0. RGB value is (224,28,160). Sum of RGB (Red+Green+Blue) = 224+28+160=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 28 (11.33% from 255 or 6.80% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E01CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01CA0 is #1FE35F. Grayscale: #656565. Windows color (decimal): -2089824 or 10493152. OLE color: 10493152.

HSL color Cylindrical-coordinate representation of color #E01CA0: hue angle of 319.59º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01CA0 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB22428160-
CMYK00.880.290.12
HSL319.59º77.78%49.41%-
HSV(B)319.59º87.5%87.84%-
XYZ37.519.2234.99-
YUV101.65160.93215.27-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 54.37%
GREEN value IS 28 (11.33% from 255) = 6.80%
BLUE value IS 160 (62.89% from 255) = 38.83%
R=54.37%
G=6.80%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242816000.880.290.12319.5977.7849.41
HexE01CA00581DC1404e31
Octal340342400130351450011661
Binary111000001110010100000010110001110111001010000001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01CA0; }

 p { color: rgb(224,28,160); }

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

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

 a { background-color: rgb(224,28,160); }

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

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

 span { border-color: rgb(224,28,160); }

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