Html Css Color HEX #E03FAA Persian Rose

📋 copy color: '#E03FAA'

red 224 ◦ green 63 ◦ blue 170

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

Shades of Persian Rose #E03FAA

Tints of Persian Rose #E03FAA

RGB

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

 GREEN value IS 63 (25% from 255) = 13.79%

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

R = 49.02%
G = 13.79%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E03FAA (or 0xE03FAA) is known color: Persian Rose. HEX triplet: E0, 3F and AA. RGB value is (224,63,170). Sum of RGB (Red+Green+Blue) = 224+63+170=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 63 (25% from 255 or 13.79% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E03FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03FAA is #1FC055. Grayscale: #7B7B7B. Windows color (decimal): -2080854 or 11157472. OLE color: 11157472.

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

Color convert

RGB 224 63 170 -
CMYK 0 0.72 0.24 0.12
HSL 320.12º 0.72% 0.56% -
HSV(B) 320.12º 0.72% 0.88% -
XYZ 39.77 22.3 40.24 -
YUV 123.34 154.34 199.8 -
System Red Green Blue C M Y K H S L
Decimal 224 63 170 0 0.72 0.24 0.12 320.12 0.72 0.56
Hex E0 3F AA 0 48 18 C 140 48 38
Octal 340 77 252 0 110 30 14 500 110 70
Binary 11100000 111111 10101010 0 1001000 11000 1100 101000000 1001000 111000

Color Harmonies of #E03FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03FAA

Black with #E03FAA

Text Example


Text Example

White with #E03FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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