Html Css Color HEX #E02560 Cerise

📋 copy color: '#E02560'

red 224 ◦ green 37 ◦ blue 96

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

Shades of Cerise #E02560

Tints of Cerise #E02560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.89%

R = 62.75%
G = 10.36%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E02560 (or 0xE02560) is known color: Cerise. HEX triplet: E0, 25 and 60. RGB value is (224,37,96). Sum of RGB (Red+Green+Blue) = 224+37+96=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E02560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02560 is #1FDA9F. Grayscale: #636363. Windows color (decimal): -2087584 or 6301152. OLE color: 6301152.

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

Color convert

RGB 224 37 96 -
CMYK 0 0.83 0.57 0.12
HSL 341.07º 0.75% 0.51% -
HSV(B) 341.07º 0.83% 0.88% -
XYZ 33.51 18.01 12.78 -
YUV 99.64 125.95 216.7 -
System Red Green Blue C M Y K H S L
Decimal 224 37 96 0 0.83 0.57 0.12 341.07 0.75 0.51
Hex E0 25 60 0 53 39 C 155 4B 33
Octal 340 45 140 0 123 71 14 525 113 63
Binary 11100000 100101 1100000 0 1010011 111001 1100 101010101 1001011 110011

Color Harmonies of #E02560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02560

Black with #E02560

Text Example


Text Example

White with #E02560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02560; }

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

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

background-color css

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

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

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

border-color css

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

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

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