Html Css Color HEX #E02580 Deep Cerise

📋 copy color: '#E02580'

red 224 ◦ green 37 ◦ blue 128

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

Shades of Deep Cerise #E02580

Tints of Deep Cerise #E02580

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.51%

 BLUE value IS 128 (50.39% from 255) = 32.9%

R = 57.58%
G = 9.51%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E02580 (or 0xE02580) is known color: Deep Cerise. HEX triplet: E0, 25 and 80. RGB value is (224,37,128). Sum of RGB (Red+Green+Blue) = 224+37+128=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 37 (14.84% from 255 or 9.51% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E02580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02580 is #1FDA7F. Grayscale: #676767. Windows color (decimal): -2087552 or 8398304. OLE color: 8398304.

HSL color Cylindrical-coordinate representation of color #E02580: hue angle of 330.8º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E02580 is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 37 128 -
CMYK 0 0.83 0.43 0.12
HSL 330.8º 0.75% 0.51% -
HSV(B) 330.8º 0.83% 0.88% -
XYZ 35.3 18.73 22.18 -
YUV 103.29 141.95 214.1 -
System Red Green Blue C M Y K H S L
Decimal 224 37 128 0 0.83 0.43 0.12 330.8 0.75 0.51
Hex E0 25 80 0 53 2B C 14B 4B 33
Octal 340 45 200 0 123 53 14 513 113 63
Binary 11100000 100101 10000000 0 1010011 101011 1100 101001011 1001011 110011

Color Harmonies of #E02580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02580

Black with #E02580

Text Example


Text Example

White with #E02580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02580; }

 p { color: rgb(224,37,128); }

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

background-color css

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

 a { background-color: rgb(224,37,128); }

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

border-color css

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

 span { border-color: rgb(224,37,128); }

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