Html Css Color HEX #E32975 Cerise

📋 copy color: '#E32975'

red 227 ◦ green 41 ◦ blue 117

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

Shades of Cerise #E32975

Tints of Cerise #E32975

RGB

 RED value IS 227 (89.06% from 255) = 58.96%

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

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

R = 58.96%
G = 10.65%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E32975 (or 0xE32975) is known color: Cerise. HEX triplet: E3, 29 and 75. RGB value is (227,41,117). Sum of RGB (Red+Green+Blue) = 227+41+117=385 (50% of max value = 765). Red value is 227 (89.06% from 255 or 58.96% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 227 - color contains mainly: red. Hex color #E32975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32975 is #1CD68A. Grayscale: #696969. Windows color (decimal): -1889931 or 7678435. OLE color: 7678435.

HSL color Cylindrical-coordinate representation of color #E32975: hue angle of 335.48º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E32975 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 41 117 -
CMYK 0 0.82 0.48 0.11
HSL 335.48º 0.77% 0.53% -
HSV(B) 335.48º 0.82% 0.89% -
XYZ 35.68 19.2 18.66 -
YUV 105.28 134.62 214.82 -
System Red Green Blue C M Y K H S L
Decimal 227 41 117 0 0.82 0.48 0.11 335.48 0.77 0.53
Hex E3 29 75 0 52 30 B 14F 4D 35
Octal 343 51 165 0 122 60 13 517 115 65
Binary 11100011 101001 1110101 0 1010010 110000 1011 101001111 1001101 110101

Color Harmonies of #E32975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32975

Black with #E32975

Text Example


Text Example

White with #E32975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32975; }

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

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

background-color css

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

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

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

border-color css

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

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

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