Html Css Color HEX #E03CAA Persian Rose

📋 copy color: '#E03CAA'

red 224 ◦ green 60 ◦ blue 170

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

Shades of Persian Rose #E03CAA

Tints of Persian Rose #E03CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.44%

R = 49.34%
G = 13.22%
B = 37.44%

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

#E03CAA (or 0xE03CAA) is known color: Persian Rose. HEX triplet: E0, 3C and AA. RGB value is (224,60,170). Sum of RGB (Red+Green+Blue) = 224+60+170=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 60 (23.83% from 255 or 13.22% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E03CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03CAA is #1FC355. Grayscale: #797979. Windows color (decimal): -2081622 or 11156704. OLE color: 11156704.

HSL color Cylindrical-coordinate representation of color #E03CAA: hue angle of 319.76º 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 #E03CAA is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 60 170 -
CMYK 0 0.73 0.24 0.12
HSL 319.76º 0.73% 0.56% -
HSV(B) 319.76º 0.73% 0.88% -
XYZ 39.61 21.98 40.19 -
YUV 121.58 155.33 201.06 -
System Red Green Blue C M Y K H S L
Decimal 224 60 170 0 0.73 0.24 0.12 319.76 0.73 0.56
Hex E0 3C AA 0 49 18 C 140 49 38
Octal 340 74 252 0 111 30 14 500 111 70
Binary 11100000 111100 10101010 0 1001001 11000 1100 101000000 1001001 111000

Color Harmonies of #E03CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03CAA

Black with #E03CAA

Text Example


Text Example

White with #E03CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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