Html Css Color HEX #E82D5E Cerise

📋 copy color: '#E82D5E'

red 232 ◦ green 45 ◦ blue 94

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

Shades of Cerise #E82D5E

Tints of Cerise #E82D5E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.13%

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

R = 62.53%
G = 12.13%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E82D5E (or 0xE82D5E) is known color: Cerise. HEX triplet: E8, 2D and 5E. RGB value is (232,45,94). Sum of RGB (Red+Green+Blue) = 232+45+94=371 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.53% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 232 - color contains mainly: red. Hex color #E82D5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82D5E is #17D2A1. Grayscale: #6A6A6A. Windows color (decimal): -1561250 or 6172136. OLE color: 6172136.

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

Color convert

RGB 232 45 94 -
CMYK 0 0.81 0.59 0.09
HSL 344.28º 0.8% 0.54% -
HSV(B) 344.28º 0.81% 0.91% -
XYZ 36.24 19.84 12.51 -
YUV 106.5 120.95 217.52 -
System Red Green Blue C M Y K H S L
Decimal 232 45 94 0 0.81 0.59 0.09 344.28 0.8 0.54
Hex E8 2D 5E 0 51 3B 9 158 50 36
Octal 350 55 136 0 121 73 11 530 120 66
Binary 11101000 101101 1011110 0 1010001 111011 1001 101011000 1010000 110110

Color Harmonies of #E82D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82D5E

Black with #E82D5E

Text Example


Text Example

White with #E82D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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