Html Css Color HEX #E02BAC Persian Rose

📋 copy color: '#E02BAC'

red 224 ◦ green 43 ◦ blue 172

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

Shades of Persian Rose #E02BAC

Tints of Persian Rose #E02BAC

RGB

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

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

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

R = 51.03%
G = 9.79%
B = 39.18%

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

#E02BAC (or 0xE02BAC) is known color: Persian Rose. HEX triplet: E0, 2B and AC. RGB value is (224,43,172). Sum of RGB (Red+Green+Blue) = 224+43+172=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 43 (17.19% from 255 or 9.79% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E02BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02BAC is #1FD453. Grayscale: #6F6F6F. Windows color (decimal): -2085972 or 11283424. OLE color: 11283424.

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

Color convert

RGB 224 43 172 -
CMYK 0 0.81 0.23 0.12
HSL 317.24º 0.74% 0.52% -
HSV(B) 317.24º 0.81% 0.88% -
XYZ 39.05 20.55 40.94 -
YUV 111.83 161.97 208.01 -
System Red Green Blue C M Y K H S L
Decimal 224 43 172 0 0.81 0.23 0.12 317.24 0.74 0.52
Hex E0 2B AC 0 51 17 C 13D 4A 34
Octal 340 53 254 0 121 27 14 475 112 64
Binary 11100000 101011 10101100 0 1010001 10111 1100 100111101 1001010 110100

Color Harmonies of #E02BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02BAC

Black with #E02BAC

Text Example


Text Example

White with #E02BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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