Html Css Color HEX #E03CAB Persian Rose

📋 copy color: '#E03CAB'

red 224 ◦ green 60 ◦ blue 171

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

Shades of Persian Rose #E03CAB

Tints of Persian Rose #E03CAB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.19%

 BLUE value IS 171 (67.19% from 255) = 37.58%

R = 49.23%
G = 13.19%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E03CAB (or 0xE03CAB) is known color: Persian Rose. HEX triplet: E0, 3C and AB. RGB value is (224,60,171). Sum of RGB (Red+Green+Blue) = 224+60+171=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 60 (23.83% from 255 or 13.19% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E03CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03CAB is #1FC354. Grayscale: #797979. Windows color (decimal): -2081621 or 11222240. OLE color: 11222240.

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

Color convert

RGB 224 60 171 -
CMYK 0 0.73 0.24 0.12
HSL 319.39º 0.73% 0.56% -
HSV(B) 319.39º 0.73% 0.88% -
XYZ 39.71 22.02 40.69 -
YUV 121.69 155.83 200.97 -
System Red Green Blue C M Y K H S L
Decimal 224 60 171 0 0.73 0.24 0.12 319.39 0.73 0.56
Hex E0 3C AB 0 49 18 C 13F 49 38
Octal 340 74 253 0 111 30 14 477 111 70
Binary 11100000 111100 10101011 0 1001001 11000 1100 100111111 1001001 111000

Color Harmonies of #E03CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03CAB

Black with #E03CAB

Text Example


Text Example

White with #E03CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03CAB; }

 p { color: rgb(224,60,171); }

 H1.HeaderClassName
 {
   color: #E03CAB;
 }
 .AnyTagClassName
 {
   color: #E03CAB;
 }
</style>

background-color css

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

 a { background-color: rgb(224,60,171); }

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

border-color css

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

 span { border-color: rgb(224,60,171); }

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