Html Css Color HEX #E02E8A Deep Cerise

📋 copy color: '#E02E8A'

red 224 ◦ green 46 ◦ blue 138

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

Shades of Deep Cerise #E02E8A

Tints of Deep Cerise #E02E8A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.27%

 BLUE value IS 138 (54.3% from 255) = 33.82%

R = 54.9%
G = 11.27%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E02E8A (or 0xE02E8A) is known color: Deep Cerise. HEX triplet: E0, 2E and 8A. RGB value is (224,46,138). Sum of RGB (Red+Green+Blue) = 224+46+138=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 46 (18.36% from 255 or 11.27% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E02E8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02E8A is #1FD175. Grayscale: #6D6D6D. Windows color (decimal): -2085238 or 9055968. OLE color: 9055968.

HSL color Cylindrical-coordinate representation of color #E02E8A: hue angle of 328.99º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E02E8A is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 46 138 -
CMYK 0 0.79 0.38 0.12
HSL 328.99º 0.74% 0.53% -
HSV(B) 328.99º 0.79% 0.88% -
XYZ 36.3 19.64 25.92 -
YUV 109.71 143.97 209.52 -
System Red Green Blue C M Y K H S L
Decimal 224 46 138 0 0.79 0.38 0.12 328.99 0.74 0.53
Hex E0 2E 8A 0 4F 26 C 149 4A 35
Octal 340 56 212 0 117 46 14 511 112 65
Binary 11100000 101110 10001010 0 1001111 100110 1100 101001001 1001010 110101

Color Harmonies of #E02E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02E8A

Black with #E02E8A

Text Example


Text Example

White with #E02E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02E8A; }

 p { color: rgb(224,46,138); }

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

background-color css

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

 a { background-color: rgb(224,46,138); }

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

border-color css

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

 span { border-color: rgb(224,46,138); }

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