Html Css Color HEX #E52260 Cerise

📋 copy color: '#E52260'

red 229 ◦ green 34 ◦ blue 96

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

Shades of Cerise #E52260

Tints of Cerise #E52260

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.47%

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

R = 63.79%
G = 9.47%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E52260 (or 0xE52260) is known color: Cerise. HEX triplet: E5, 22 and 60. RGB value is (229,34,96). Sum of RGB (Red+Green+Blue) = 229+34+96=359 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.79% from 359); Green value is 34 (13.67% from 255 or 9.47% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 229 - color contains mainly: red. Hex color #E52260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52260 is #1ADD9F. Grayscale: #636363. Windows color (decimal): -1760672 or 6300389. OLE color: 6300389.

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

Color convert

RGB 229 34 96 -
CMYK 0 0.85 0.58 0.10
HSL 340.92º 0.79% 0.52% -
HSV(B) 340.92º 0.85% 0.9% -
XYZ 35 18.65 12.82 -
YUV 99.37 126.1 220.46 -
System Red Green Blue C M Y K H S L
Decimal 229 34 96 0 0.85 0.58 0.10 340.92 0.79 0.52
Hex E5 22 60 0 55 3A A 155 4F 34
Octal 345 42 140 0 125 72 12 525 117 64
Binary 11100101 100010 1100000 0 1010101 111010 1010 101010101 1001111 110100

Color Harmonies of #E52260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52260

Black with #E52260

Text Example


Text Example

White with #E52260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52260; }

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

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

background-color css

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

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

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

border-color css

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

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

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