Html Css Color HEX #E02FAA Persian Rose

📋 copy color: '#E02FAA'

red 224 ◦ green 47 ◦ blue 170

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

Shades of Persian Rose #E02FAA

Tints of Persian Rose #E02FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.66%

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

R = 50.79%
G = 10.66%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E02FAA (or 0xE02FAA) is known color: Persian Rose. HEX triplet: E0, 2F and AA. RGB value is (224,47,170). Sum of RGB (Red+Green+Blue) = 224+47+170=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 47 (18.75% from 255 or 10.66% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E02FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02FAA is #1FD055. Grayscale: #717171. Windows color (decimal): -2084950 or 11153376. OLE color: 11153376.

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

Color convert

RGB 224 47 170 -
CMYK 0 0.79 0.24 0.12
HSL 318.31º 0.74% 0.53% -
HSV(B) 318.31º 0.79% 0.88% -
XYZ 39.01 20.78 39.99 -
YUV 113.95 159.64 206.5 -
System Red Green Blue C M Y K H S L
Decimal 224 47 170 0 0.79 0.24 0.12 318.31 0.74 0.53
Hex E0 2F AA 0 4F 18 C 13E 4A 35
Octal 340 57 252 0 117 30 14 476 112 65
Binary 11100000 101111 10101010 0 1001111 11000 1100 100111110 1001010 110101

Color Harmonies of #E02FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02FAA

Black with #E02FAA

Text Example


Text Example

White with #E02FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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