Html Css Color HEX #E02BA9 Persian Rose

📋 copy color: '#E02BA9'

red 224 ◦ green 43 ◦ blue 169

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

Shades of Persian Rose #E02BA9

Tints of Persian Rose #E02BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 38.76%

R = 51.38%
G = 9.86%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E02BA9 (or 0xE02BA9) is known color: Persian Rose. HEX triplet: E0, 2B and A9. RGB value is (224,43,169). Sum of RGB (Red+Green+Blue) = 224+43+169=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 43 (17.19% from 255 or 9.86% from 436); Blue value is 169 (66.41% from 255 or 38.76% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E02BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02BA9 is #1FD456. Grayscale: #6F6F6F. Windows color (decimal): -2085975 or 11086816. OLE color: 11086816.

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

Color convert

RGB 224 43 169 -
CMYK 0 0.81 0.25 0.12
HSL 318.23º 0.74% 0.52% -
HSV(B) 318.23º 0.81% 0.88% -
XYZ 38.77 20.44 39.44 -
YUV 111.48 160.47 208.25 -
System Red Green Blue C M Y K H S L
Decimal 224 43 169 0 0.81 0.25 0.12 318.23 0.74 0.52
Hex E0 2B A9 0 51 19 C 13E 4A 34
Octal 340 53 251 0 121 31 14 476 112 64
Binary 11100000 101011 10101001 0 1010001 11001 1100 100111110 1001010 110100

Color Harmonies of #E02BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02BA9

Black with #E02BA9

Text Example


Text Example

White with #E02BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02BA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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