Html Css Color HEX #E01CA0 Persian Rose

📋 copy color: '#E01CA0'

red 224 ◦ green 28 ◦ blue 160

#E01CA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #E01CA0

Tints of Persian Rose #E01CA0

RGB

 RED value IS 224 (87.89% from 255) = 54.37%

 GREEN value IS 28 (11.33% from 255) = 6.8%

 BLUE value IS 160 (62.89% from 255) = 38.83%

R = 54.37%
G = 6.8%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E01CA0 (or 0xE01CA0) is known color: 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

RGB 224 28 160 -
CMYK 0 0.88 0.29 0.12
HSL 319.59º 0.78% 0.49% -
HSV(B) 319.59º 0.88% 0.88% -
XYZ 37.5 19.22 34.99 -
YUV 101.65 160.93 215.27 -
System Red Green Blue C M Y K H S L
Decimal 224 28 160 0 0.88 0.29 0.12 319.59 0.78 0.49
Hex E0 1C A0 0 58 1D C 140 4E 31
Octal 340 34 240 0 130 35 14 500 116 61
Binary 11100000 11100 10100000 0 1011000 11101 1100 101000000 1001110 110001

Color Harmonies of #E01CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01CA0

Black with #E01CA0

Text Example


Text Example

White with #E01CA0

Text Example


Text Example

HTML Codes & Css Web 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>