Html Css Color HEX #E82972 Cerise

📋 copy color: '#E82972'

red 232 ◦ green 41 ◦ blue 114

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

Shades of Cerise #E82972

Tints of Cerise #E82972

RGB

 RED value IS 232 (91.02% from 255) = 59.95%

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

 BLUE value IS 114 (44.92% from 255) = 29.46%

R = 59.95%
G = 10.59%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E82972 (or 0xE82972) is known color: Cerise. HEX triplet: E8, 29 and 72. RGB value is (232,41,114). Sum of RGB (Red+Green+Blue) = 232+41+114=387 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.95% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 232 - color contains mainly: red. Hex color #E82972 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82972 is #17D68D. Grayscale: #6A6A6A. Windows color (decimal): -1562254 or 7481832. OLE color: 7481832.

HSL color Cylindrical-coordinate representation of color #E82972: hue angle of 337.07º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E82972 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 41 114 -
CMYK 0 0.82 0.51 0.09
HSL 337.07º 0.81% 0.54% -
HSV(B) 337.07º 0.82% 0.91% -
XYZ 37.11 19.96 17.82 -
YUV 106.43 132.28 217.56 -
System Red Green Blue C M Y K H S L
Decimal 232 41 114 0 0.82 0.51 0.09 337.07 0.81 0.54
Hex E8 29 72 0 52 33 9 151 51 36
Octal 350 51 162 0 122 63 11 521 121 66
Binary 11101000 101001 1110010 0 1010010 110011 1001 101010001 1010001 110110

Color Harmonies of #E82972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82972

Black with #E82972

Text Example


Text Example

White with #E82972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82972; }

 p { color: rgb(232,41,114); }

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

background-color css

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

 a { background-color: rgb(232,41,114); }

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

border-color css

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

 span { border-color: rgb(232,41,114); }

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