Html Css Color HEX #E42560 Cerise

📋 copy color: '#E42560'

red 228 ◦ green 37 ◦ blue 96

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

Shades of Cerise #E42560

Tints of Cerise #E42560

RGB

 RED value IS 228 (89.45% from 255) = 63.16%

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

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

R = 63.16%
G = 10.25%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E42560 (or 0xE42560) is known color: Cerise. HEX triplet: E4, 25 and 60. RGB value is (228,37,96). Sum of RGB (Red+Green+Blue) = 228+37+96=361 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.16% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 228 - color contains mainly: red. Hex color #E42560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42560 is #1BDA9F. Grayscale: #646464. Windows color (decimal): -1825440 or 6301156. OLE color: 6301156.

HSL color Cylindrical-coordinate representation of color #E42560: hue angle of 341.47º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E42560 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 37 96 -
CMYK 0 0.84 0.58 0.11
HSL 341.47º 0.78% 0.52% -
HSV(B) 341.47º 0.84% 0.89% -
XYZ 34.77 18.66 12.84 -
YUV 100.84 125.28 218.7 -
System Red Green Blue C M Y K H S L
Decimal 228 37 96 0 0.84 0.58 0.11 341.47 0.78 0.52
Hex E4 25 60 0 54 3A B 155 4E 34
Octal 344 45 140 0 124 72 13 525 116 64
Binary 11100100 100101 1100000 0 1010100 111010 1011 101010101 1001110 110100

Color Harmonies of #E42560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42560

Black with #E42560

Text Example


Text Example

White with #E42560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42560; }

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

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

background-color css

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

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

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

border-color css

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

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

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