Html Css Color HEX #E02C7A Deep Cerise

📋 copy color: '#E02C7A'

red 224 ◦ green 44 ◦ blue 122

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

Shades of Deep Cerise #E02C7A

Tints of Deep Cerise #E02C7A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.28%

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

R = 57.44%
G = 11.28%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E02C7A (or 0xE02C7A) is known color: Deep Cerise. HEX triplet: E0, 2C and 7A. RGB value is (224,44,122). Sum of RGB (Red+Green+Blue) = 224+44+122=390 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.44% from 390); Green value is 44 (17.58% from 255 or 11.28% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02C7A is #1FD385. Grayscale: #6A6A6A. Windows color (decimal): -2085766 or 8006880. OLE color: 8006880.

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

Color convert

RGB 224 44 122 -
CMYK 0 0.80 0.46 0.12
HSL 334º 0.74% 0.53% -
HSV(B) 334º 0.8% 0.88% -
XYZ 35.15 19.05 20.24 -
YUV 106.71 136.63 211.66 -
System Red Green Blue C M Y K H S L
Decimal 224 44 122 0 0.80 0.46 0.12 334 0.74 0.53
Hex E0 2C 7A 0 50 2E C 14E 4A 35
Octal 340 54 172 0 120 56 14 516 112 65
Binary 11100000 101100 1111010 0 1010000 101110 1100 101001110 1001010 110101

Color Harmonies of #E02C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02C7A

Black with #E02C7A

Text Example


Text Example

White with #E02C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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