Html Css Color HEX #E02EAA Persian Rose

📋 copy color: '#E02EAA'

red 224 ◦ green 46 ◦ blue 170

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

Shades of Persian Rose #E02EAA

Tints of Persian Rose #E02EAA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.45%

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

R = 50.91%
G = 10.45%
B = 38.64%

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

#E02EAA (or 0xE02EAA) is known color: Persian Rose. HEX triplet: E0, 2E and AA. RGB value is (224,46,170). Sum of RGB (Red+Green+Blue) = 224+46+170=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 46 (18.36% from 255 or 10.45% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E02EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02EAA is #1FD155. Grayscale: #717171. Windows color (decimal): -2085206 or 11153120. OLE color: 11153120.

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

Color convert

RGB 224 46 170 -
CMYK 0 0.79 0.24 0.12
HSL 318.2º 0.74% 0.53% -
HSV(B) 318.2º 0.79% 0.88% -
XYZ 38.97 20.7 39.97 -
YUV 113.36 159.97 206.92 -
System Red Green Blue C M Y K H S L
Decimal 224 46 170 0 0.79 0.24 0.12 318.2 0.74 0.53
Hex E0 2E AA 0 4F 18 C 13E 4A 35
Octal 340 56 252 0 117 30 14 476 112 65
Binary 11100000 101110 10101010 0 1001111 11000 1100 100111110 1001010 110101

Color Harmonies of #E02EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02EAA

Black with #E02EAA

Text Example


Text Example

White with #E02EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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