Html Css Color HEX #E52966 Cerise

📋 copy color: '#E52966'

red 229 ◦ green 41 ◦ blue 102

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

Shades of Cerise #E52966

Tints of Cerise #E52966

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.02%

 BLUE value IS 102 (40.23% from 255) = 27.42%

R = 61.56%
G = 11.02%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E52966 (or 0xE52966) is known color: Cerise. HEX triplet: E5, 29 and 66. RGB value is (229,41,102). Sum of RGB (Red+Green+Blue) = 229+41+102=372 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.56% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 229 - color contains mainly: red. Hex color #E52966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52966 is #1AD699. Grayscale: #686868. Windows color (decimal): -1758874 or 6695397. OLE color: 6695397.

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

Color convert

RGB 229 41 102 -
CMYK 0 0.82 0.55 0.10
HSL 340.53º 0.78% 0.53% -
HSV(B) 340.53º 0.82% 0.9% -
XYZ 35.5 19.2 14.41 -
YUV 104.17 126.78 217.04 -
System Red Green Blue C M Y K H S L
Decimal 229 41 102 0 0.82 0.55 0.10 340.53 0.78 0.53
Hex E5 29 66 0 52 37 A 155 4E 35
Octal 345 51 146 0 122 67 12 525 116 65
Binary 11100101 101001 1100110 0 1010010 110111 1010 101010101 1001110 110101

Color Harmonies of #E52966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52966

Black with #E52966

Text Example


Text Example

White with #E52966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52966; }

 p { color: rgb(229,41,102); }

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

background-color css

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

 a { background-color: rgb(229,41,102); }

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

border-color css

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

 span { border-color: rgb(229,41,102); }

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