Html Css Color HEX #E02BA0 Deep Cerise

📋 copy color: '#E02BA0'

red 224 ◦ green 43 ◦ blue 160

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

Shades of Deep Cerise #E02BA0

Tints of Deep Cerise #E02BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.47%

R = 52.46%
G = 10.07%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E02BA0 (or 0xE02BA0) is known color: Deep Cerise. HEX triplet: E0, 2B and A0. RGB value is (224,43,160). Sum of RGB (Red+Green+Blue) = 224+43+160=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 43 (17.19% from 255 or 10.07% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E02BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02BA0 is #1FD45F. Grayscale: #6E6E6E. Windows color (decimal): -2085984 or 10496992. OLE color: 10496992.

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

Color convert

RGB 224 43 160 -
CMYK 0 0.81 0.29 0.12
HSL 321.22º 0.74% 0.52% -
HSV(B) 321.22º 0.81% 0.88% -
XYZ 37.95 20.11 35.14 -
YUV 110.46 155.97 208.99 -
System Red Green Blue C M Y K H S L
Decimal 224 43 160 0 0.81 0.29 0.12 321.22 0.74 0.52
Hex E0 2B A0 0 51 1D C 141 4A 34
Octal 340 53 240 0 121 35 14 501 112 64
Binary 11100000 101011 10100000 0 1010001 11101 1100 101000001 1001010 110100

Color Harmonies of #E02BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02BA0

Black with #E02BA0

Text Example


Text Example

White with #E02BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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