Html Css Color HEX #E02AAC Persian Rose

📋 copy color: '#E02AAC'

red 224 ◦ green 42 ◦ blue 172

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

Shades of Persian Rose #E02AAC

Tints of Persian Rose #E02AAC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.59%

 BLUE value IS 172 (67.58% from 255) = 39.27%

R = 51.14%
G = 9.59%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E02AAC (or 0xE02AAC) is known color: Persian Rose. HEX triplet: E0, 2A and AC. RGB value is (224,42,172). Sum of RGB (Red+Green+Blue) = 224+42+172=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 42 (16.80% from 255 or 9.59% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E02AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02AAC is #1FD553. Grayscale: #6E6E6E. Windows color (decimal): -2086228 or 11283168. OLE color: 11283168.

HSL color Cylindrical-coordinate representation of color #E02AAC: hue angle of 317.14º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E02AAC is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 42 172 -
CMYK 0 0.81 0.23 0.12
HSL 317.14º 0.75% 0.52% -
HSV(B) 317.14º 0.81% 0.88% -
XYZ 39.01 20.48 40.93 -
YUV 111.24 162.3 208.43 -
System Red Green Blue C M Y K H S L
Decimal 224 42 172 0 0.81 0.23 0.12 317.14 0.75 0.52
Hex E0 2A AC 0 51 17 C 13D 4B 34
Octal 340 52 254 0 121 27 14 475 113 64
Binary 11100000 101010 10101100 0 1010001 10111 1100 100111101 1001011 110100

Color Harmonies of #E02AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02AAC

Black with #E02AAC

Text Example


Text Example

White with #E02AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02AAC; }

 p { color: rgb(224,42,172); }

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

background-color css

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

 a { background-color: rgb(224,42,172); }

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

border-color css

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

 span { border-color: rgb(224,42,172); }

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