Html Css Color HEX #E03CAC Persian Rose

📋 copy color: '#E03CAC'

red 224 ◦ green 60 ◦ blue 172

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

Shades of Persian Rose #E03CAC

Tints of Persian Rose #E03CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.72%

R = 49.12%
G = 13.16%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E03CAC (or 0xE03CAC) is known color: Persian Rose. HEX triplet: E0, 3C and AC. RGB value is (224,60,172). Sum of RGB (Red+Green+Blue) = 224+60+172=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 60 (23.83% from 255 or 13.16% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E03CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03CAC is #1FC353. Grayscale: #797979. Windows color (decimal): -2081620 or 11287776. OLE color: 11287776.

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

Color convert

RGB 224 60 172 -
CMYK 0 0.73 0.23 0.12
HSL 319.02º 0.73% 0.56% -
HSV(B) 319.02º 0.73% 0.88% -
XYZ 39.8 22.06 41.19 -
YUV 121.8 156.33 200.89 -
System Red Green Blue C M Y K H S L
Decimal 224 60 172 0 0.73 0.23 0.12 319.02 0.73 0.56
Hex E0 3C AC 0 49 17 C 13F 49 38
Octal 340 74 254 0 111 27 14 477 111 70
Binary 11100000 111100 10101100 0 1001001 10111 1100 100111111 1001001 111000

Color Harmonies of #E03CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03CAC

Black with #E03CAC

Text Example


Text Example

White with #E03CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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