Html Css Color HEX #E03CAF Persian Rose

📋 copy color: '#E03CAF'

red 224 ◦ green 60 ◦ blue 175

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

Shades of Persian Rose #E03CAF

Tints of Persian Rose #E03CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.13%

R = 48.8%
G = 13.07%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E03CAF (or 0xE03CAF) is known color: Persian Rose. HEX triplet: E0, 3C and AF. RGB value is (224,60,175). Sum of RGB (Red+Green+Blue) = 224+60+175=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 60 (23.83% from 255 or 13.07% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E03CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03CAF is #1FC350. Grayscale: #797979. Windows color (decimal): -2081617 or 11484384. OLE color: 11484384.

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

Color convert

RGB 224 60 175 -
CMYK 0 0.73 0.22 0.12
HSL 317.93º 0.73% 0.56% -
HSV(B) 317.93º 0.73% 0.88% -
XYZ 40.09 22.17 42.72 -
YUV 122.15 157.83 200.65 -
System Red Green Blue C M Y K H S L
Decimal 224 60 175 0 0.73 0.22 0.12 317.93 0.73 0.56
Hex E0 3C AF 0 49 16 C 13E 49 38
Octal 340 74 257 0 111 26 14 476 111 70
Binary 11100000 111100 10101111 0 1001001 10110 1100 100111110 1001001 111000

Color Harmonies of #E03CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03CAF

Black with #E03CAF

Text Example


Text Example

White with #E03CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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