Html Css Color HEX #E52B60 Cerise

📋 copy color: '#E52B60'

red 229 ◦ green 43 ◦ blue 96

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

Shades of Cerise #E52B60

Tints of Cerise #E52B60

RGB

 RED value IS 229 (89.84% from 255) = 62.23%

 GREEN value IS 43 (17.19% from 255) = 11.68%

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

R = 62.23%
G = 11.68%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E52B60 (or 0xE52B60) is known color: Cerise. HEX triplet: E5, 2B and 60. RGB value is (229,43,96). Sum of RGB (Red+Green+Blue) = 229+43+96=368 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.23% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 229 - color contains mainly: red. Hex color #E52B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52B60 is #1AD49F. Grayscale: #686868. Windows color (decimal): -1758368 or 6302693. OLE color: 6302693.

HSL color Cylindrical-coordinate representation of color #E52B60: hue angle of 342.9º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52B60 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 43 96 -
CMYK 0 0.81 0.58 0.10
HSL 342.9º 0.78% 0.53% -
HSV(B) 342.9º 0.81% 0.9% -
XYZ 35.29 19.23 12.92 -
YUV 104.66 123.12 216.69 -
System Red Green Blue C M Y K H S L
Decimal 229 43 96 0 0.81 0.58 0.10 342.9 0.78 0.53
Hex E5 2B 60 0 51 3A A 157 4E 35
Octal 345 53 140 0 121 72 12 527 116 65
Binary 11100101 101011 1100000 0 1010001 111010 1010 101010111 1001110 110101

Color Harmonies of #E52B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52B60

Black with #E52B60

Text Example


Text Example

White with #E52B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52B60; }

 p { color: rgb(229,43,96); }

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

background-color css

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

 a { background-color: rgb(229,43,96); }

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

border-color css

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

 span { border-color: rgb(229,43,96); }

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