Html Css Color HEX #E02E7A Deep Cerise

📋 copy color: '#E02E7A'

red 224 ◦ green 46 ◦ blue 122

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

Shades of Deep Cerise #E02E7A

Tints of Deep Cerise #E02E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.12%

R = 57.14%
G = 11.73%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E02E7A (or 0xE02E7A) is known color: Deep Cerise. HEX triplet: E0, 2E and 7A. RGB value is (224,46,122). Sum of RGB (Red+Green+Blue) = 224+46+122=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 46 (18.36% from 255 or 11.73% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E02E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02E7A is #1FD185. Grayscale: #6B6B6B. Windows color (decimal): -2085254 or 8007392. OLE color: 8007392.

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

Color convert

RGB 224 46 122 -
CMYK 0 0.79 0.46 0.12
HSL 334.38º 0.74% 0.53% -
HSV(B) 334.38º 0.79% 0.88% -
XYZ 35.23 19.21 20.26 -
YUV 107.89 135.97 210.82 -
System Red Green Blue C M Y K H S L
Decimal 224 46 122 0 0.79 0.46 0.12 334.38 0.74 0.53
Hex E0 2E 7A 0 4F 2E C 14E 4A 35
Octal 340 56 172 0 117 56 14 516 112 65
Binary 11100000 101110 1111010 0 1001111 101110 1100 101001110 1001010 110101

Color Harmonies of #E02E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02E7A

Black with #E02E7A

Text Example


Text Example

White with #E02E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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