Html Css Color HEX #E82A5E Cerise

📋 copy color: '#E82A5E'

red 232 ◦ green 42 ◦ blue 94

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

Shades of Cerise #E82A5E

Tints of Cerise #E82A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.54%

R = 63.04%
G = 11.41%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E82A5E (or 0xE82A5E) is known color: Cerise. HEX triplet: E8, 2A and 5E. RGB value is (232,42,94). Sum of RGB (Red+Green+Blue) = 232+42+94=368 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.04% from 368); Green value is 42 (16.80% from 255 or 11.41% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 232 - color contains mainly: red. Hex color #E82A5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82A5E is #17D5A1. Grayscale: #686868. Windows color (decimal): -1562018 or 6171368. OLE color: 6171368.

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

Color convert

RGB 232 42 94 -
CMYK 0 0.82 0.59 0.09
HSL 343.58º 0.81% 0.54% -
HSV(B) 343.58º 0.82% 0.91% -
XYZ 36.13 19.62 12.47 -
YUV 104.74 121.95 218.77 -
System Red Green Blue C M Y K H S L
Decimal 232 42 94 0 0.82 0.59 0.09 343.58 0.81 0.54
Hex E8 2A 5E 0 52 3B 9 158 51 36
Octal 350 52 136 0 122 73 11 530 121 66
Binary 11101000 101010 1011110 0 1010010 111011 1001 101011000 1010001 110110

Color Harmonies of #E82A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82A5E

Black with #E82A5E

Text Example


Text Example

White with #E82A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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