Html Css Color HEX #E02BAE Persian Rose

📋 copy color: '#E02BAE'

red 224 ◦ green 43 ◦ blue 174

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

Shades of Persian Rose #E02BAE

Tints of Persian Rose #E02BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.46%

R = 50.79%
G = 9.75%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E02BAE (or 0xE02BAE) is known color: Persian Rose. HEX triplet: E0, 2B and AE. RGB value is (224,43,174). Sum of RGB (Red+Green+Blue) = 224+43+174=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 43 (17.19% from 255 or 9.75% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E02BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02BAE is #1FD451. Grayscale: #6F6F6F. Windows color (decimal): -2085970 or 11414496. OLE color: 11414496.

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

Color convert

RGB 224 43 174 -
CMYK 0 0.81 0.22 0.12
HSL 316.57º 0.74% 0.52% -
HSV(B) 316.57º 0.81% 0.88% -
XYZ 39.24 20.63 41.96 -
YUV 112.05 162.97 207.85 -
System Red Green Blue C M Y K H S L
Decimal 224 43 174 0 0.81 0.22 0.12 316.57 0.74 0.52
Hex E0 2B AE 0 51 16 C 13D 4A 34
Octal 340 53 256 0 121 26 14 475 112 64
Binary 11100000 101011 10101110 0 1010001 10110 1100 100111101 1001010 110100

Color Harmonies of #E02BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02BAE

Black with #E02BAE

Text Example


Text Example

White with #E02BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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