Html Css Color HEX #E02B9B Deep Cerise

📋 copy color: '#E02B9B'

red 224 ◦ green 43 ◦ blue 155

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

Shades of Deep Cerise #E02B9B

Tints of Deep Cerise #E02B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.73%

R = 53.08%
G = 10.19%
B = 36.73%

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

#E02B9B (or 0xE02B9B) is known color: Deep Cerise. HEX triplet: E0, 2B and 9B. RGB value is (224,43,155). Sum of RGB (Red+Green+Blue) = 224+43+155=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 43 (17.19% from 255 or 10.19% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E02B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02B9B is #1FD464. Grayscale: #6D6D6D. Windows color (decimal): -2085989 or 10169312. OLE color: 10169312.

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

Color convert

RGB 224 43 155 -
CMYK 0 0.81 0.31 0.12
HSL 322.87º 0.74% 0.52% -
HSV(B) 322.87º 0.81% 0.88% -
XYZ 37.52 19.94 32.88 -
YUV 109.89 153.47 209.39 -
System Red Green Blue C M Y K H S L
Decimal 224 43 155 0 0.81 0.31 0.12 322.87 0.74 0.52
Hex E0 2B 9B 0 51 1F C 143 4A 34
Octal 340 53 233 0 121 37 14 503 112 64
Binary 11100000 101011 10011011 0 1010001 11111 1100 101000011 1001010 110100

Color Harmonies of #E02B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02B9B

Black with #E02B9B

Text Example


Text Example

White with #E02B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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