Html Css Color HEX #E02BA2 Persian Rose

📋 copy color: '#E02BA2'

red 224 ◦ green 43 ◦ blue 162

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

Shades of Persian Rose #E02BA2

Tints of Persian Rose #E02BA2

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.02%

 BLUE value IS 162 (63.67% from 255) = 37.76%

R = 52.21%
G = 10.02%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E02BA2 (or 0xE02BA2) is known color: Persian Rose. HEX triplet: E0, 2B and A2. RGB value is (224,43,162). Sum of RGB (Red+Green+Blue) = 224+43+162=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 43 (17.19% from 255 or 10.02% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E02BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02BA2 is #1FD45D. Grayscale: #6E6E6E. Windows color (decimal): -2085982 or 10628064. OLE color: 10628064.

HSL color Cylindrical-coordinate representation of color #E02BA2: hue angle of 320.55º degrees, saturation: 0.74, 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 #E02BA2 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 43 162 -
CMYK 0 0.81 0.28 0.12
HSL 320.55º 0.74% 0.52% -
HSV(B) 320.55º 0.81% 0.88% -
XYZ 38.13 20.18 36.07 -
YUV 110.69 156.97 208.82 -
System Red Green Blue C M Y K H S L
Decimal 224 43 162 0 0.81 0.28 0.12 320.55 0.74 0.52
Hex E0 2B A2 0 51 1C C 141 4A 34
Octal 340 53 242 0 121 34 14 501 112 64
Binary 11100000 101011 10100010 0 1010001 11100 1100 101000001 1001010 110100

Color Harmonies of #E02BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02BA2

Black with #E02BA2

Text Example


Text Example

White with #E02BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02BA2; }

 p { color: rgb(224,43,162); }

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

background-color css

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

 a { background-color: rgb(224,43,162); }

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

border-color css

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

 span { border-color: rgb(224,43,162); }

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