Html Css Color HEX #E02EA4 Persian Rose

📋 copy color: '#E02EA4'

red 224 ◦ green 46 ◦ blue 164

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

Shades of Persian Rose #E02EA4

Tints of Persian Rose #E02EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.79%

R = 51.61%
G = 10.6%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E02EA4 (or 0xE02EA4) is known color: Persian Rose. HEX triplet: E0, 2E and A4. RGB value is (224,46,164). Sum of RGB (Red+Green+Blue) = 224+46+164=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 46 (18.36% from 255 or 10.60% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E02EA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02EA4 is #1FD15B. Grayscale: #707070. Windows color (decimal): -2085212 or 10759904. OLE color: 10759904.

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

Color convert

RGB 224 46 164 -
CMYK 0 0.79 0.27 0.12
HSL 320.22º 0.74% 0.53% -
HSV(B) 320.22º 0.79% 0.88% -
XYZ 38.42 20.48 37.05 -
YUV 112.67 156.97 207.41 -
System Red Green Blue C M Y K H S L
Decimal 224 46 164 0 0.79 0.27 0.12 320.22 0.74 0.53
Hex E0 2E A4 0 4F 1B C 140 4A 35
Octal 340 56 244 0 117 33 14 500 112 65
Binary 11100000 101110 10100100 0 1001111 11011 1100 101000000 1001010 110101

Color Harmonies of #E02EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02EA4

Black with #E02EA4

Text Example


Text Example

White with #E02EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02EA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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