Html Css Color HEX #E52975 Cerise

📋 copy color: '#E52975'

red 229 ◦ green 41 ◦ blue 117

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

Shades of Cerise #E52975

Tints of Cerise #E52975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.23%

R = 59.17%
G = 10.59%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E52975 (or 0xE52975) is known color: Cerise. HEX triplet: E5, 29 and 75. RGB value is (229,41,117). Sum of RGB (Red+Green+Blue) = 229+41+117=387 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.17% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 229 - color contains mainly: red. Hex color #E52975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52975 is #1AD68A. Grayscale: #696969. Windows color (decimal): -1758859 or 7678437. OLE color: 7678437.

HSL color Cylindrical-coordinate representation of color #E52975: hue angle of 335.74º 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 #E52975 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 41 117 -
CMYK 0 0.82 0.49 0.10
HSL 335.74º 0.78% 0.53% -
HSV(B) 335.74º 0.82% 0.9% -
XYZ 36.32 19.53 18.68 -
YUV 105.88 134.28 215.82 -
System Red Green Blue C M Y K H S L
Decimal 229 41 117 0 0.82 0.49 0.10 335.74 0.78 0.53
Hex E5 29 75 0 52 31 A 150 4E 35
Octal 345 51 165 0 122 61 12 520 116 65
Binary 11100101 101001 1110101 0 1010010 110001 1010 101010000 1001110 110101

Color Harmonies of #E52975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52975

Black with #E52975

Text Example


Text Example

White with #E52975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52975; }

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

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

background-color css

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

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

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

border-color css

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

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

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