Html Css Color HEX #E02BA1 Deep Cerise

📋 copy color: '#E02BA1'

red 224 ◦ green 43 ◦ blue 161

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

Shades of Deep Cerise #E02BA1

Tints of Deep Cerise #E02BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 37.62%

R = 52.34%
G = 10.05%
B = 37.62%

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

#E02BA1 (or 0xE02BA1) is known color: Deep Cerise. HEX triplet: E0, 2B and A1. RGB value is (224,43,161). Sum of RGB (Red+Green+Blue) = 224+43+161=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 43 (17.19% from 255 or 10.05% from 428); Blue value is 161 (63.28% from 255 or 37.62% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E02BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02BA1 is #1FD45E. Grayscale: #6E6E6E. Windows color (decimal): -2085983 or 10562528. OLE color: 10562528.

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

Color convert

RGB 224 43 161 -
CMYK 0 0.81 0.28 0.12
HSL 320.88º 0.74% 0.52% -
HSV(B) 320.88º 0.81% 0.88% -
XYZ 38.04 20.15 35.6 -
YUV 110.57 156.47 208.91 -
System Red Green Blue C M Y K H S L
Decimal 224 43 161 0 0.81 0.28 0.12 320.88 0.74 0.52
Hex E0 2B A1 0 51 1C C 141 4A 34
Octal 340 53 241 0 121 34 14 501 112 64
Binary 11100000 101011 10100001 0 1010001 11100 1100 101000001 1001010 110100

Color Harmonies of #E02BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02BA1

Black with #E02BA1

Text Example


Text Example

White with #E02BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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