Html Css Color HEX #E02B9A Deep Cerise

📋 copy color: '#E02B9A'

red 224 ◦ green 43 ◦ blue 154

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

Shades of Deep Cerise #E02B9A

Tints of Deep Cerise #E02B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.58%

R = 53.21%
G = 10.21%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E02B9A (or 0xE02B9A) is known color: Deep Cerise. HEX triplet: E0, 2B and 9A. RGB value is (224,43,154). Sum of RGB (Red+Green+Blue) = 224+43+154=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 43 (17.19% from 255 or 10.21% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E02B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02B9A is #1FD465. Grayscale: #6D6D6D. Windows color (decimal): -2085990 or 10103776. OLE color: 10103776.

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

Color convert

RGB 224 43 154 -
CMYK 0 0.81 0.31 0.12
HSL 323.2º 0.74% 0.52% -
HSV(B) 323.2º 0.81% 0.88% -
XYZ 37.44 19.91 32.44 -
YUV 109.77 152.97 209.47 -
System Red Green Blue C M Y K H S L
Decimal 224 43 154 0 0.81 0.31 0.12 323.2 0.74 0.52
Hex E0 2B 9A 0 51 1F C 143 4A 34
Octal 340 53 232 0 121 37 14 503 112 64
Binary 11100000 101011 10011010 0 1010001 11111 1100 101000011 1001010 110100

Color Harmonies of #E02B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02B9A

Black with #E02B9A

Text Example


Text Example

White with #E02B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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