Html Css Color HEX #E82A70 Cerise

📋 copy color: '#E82A70'

red 232 ◦ green 42 ◦ blue 112

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

Shades of Cerise #E82A70

Tints of Cerise #E82A70

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.88%

 BLUE value IS 112 (44.14% from 255) = 29.02%

R = 60.1%
G = 10.88%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E82A70 (or 0xE82A70) is known color: Cerise. HEX triplet: E8, 2A and 70. RGB value is (232,42,112). Sum of RGB (Red+Green+Blue) = 232+42+112=386 (51% of max value = 765). Red value is 232 (91.02% from 255 or 60.10% from 386); Green value is 42 (16.80% from 255 or 10.88% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 232 - color contains mainly: red. Hex color #E82A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82A70 is #17D58F. Grayscale: #6A6A6A. Windows color (decimal): -1562000 or 7351016. OLE color: 7351016.

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

Color convert

RGB 232 42 112 -
CMYK 0 0.82 0.52 0.09
HSL 337.89º 0.81% 0.54% -
HSV(B) 337.89º 0.82% 0.91% -
XYZ 37.03 19.98 17.23 -
YUV 106.79 130.95 217.31 -
System Red Green Blue C M Y K H S L
Decimal 232 42 112 0 0.82 0.52 0.09 337.89 0.81 0.54
Hex E8 2A 70 0 52 34 9 152 51 36
Octal 350 52 160 0 122 64 11 522 121 66
Binary 11101000 101010 1110000 0 1010010 110100 1001 101010010 1010001 110110

Color Harmonies of #E82A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82A70

Black with #E82A70

Text Example


Text Example

White with #E82A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82A70; }

 p { color: rgb(232,42,112); }

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

background-color css

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

 a { background-color: rgb(232,42,112); }

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

border-color css

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

 span { border-color: rgb(232,42,112); }

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