Html Css Color HEX #E82340 Alizarin

📋 copy color: '#E82340'

red 232 ◦ green 35 ◦ blue 64

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

Shades of Alizarin #E82340

Tints of Alizarin #E82340

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.57%

 BLUE value IS 64 (25.39% from 255) = 19.34%

R = 70.09%
G = 10.57%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E82340 (or 0xE82340) is known color: Alizarin. HEX triplet: E8, 23 and 40. RGB value is (232,35,64). Sum of RGB (Red+Green+Blue) = 232+35+64=331 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.09% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 232 - color contains mainly: red. Hex color #E82340 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82340 is #17DCBF. Grayscale: #616161. Windows color (decimal): -1563840 or 4203496. OLE color: 4203496.

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

Color convert

RGB 232 35 64 -
CMYK 0 0.85 0.72 0.09
HSL 351.17º 0.81% 0.52% -
HSV(B) 351.17º 0.85% 0.91% -
XYZ 34.81 18.73 6.63 -
YUV 97.21 109.27 224.14 -
System Red Green Blue C M Y K H S L
Decimal 232 35 64 0 0.85 0.72 0.09 351.17 0.81 0.52
Hex E8 23 40 0 55 48 9 15F 51 34
Octal 350 43 100 0 125 110 11 537 121 64
Binary 11101000 100011 1000000 0 1010101 1001000 1001 101011111 1010001 110100

Color Harmonies of #E82340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82340

Black with #E82340

Text Example


Text Example

White with #E82340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82340; }

 p { color: rgb(232,35,64); }

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

background-color css

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

 a { background-color: rgb(232,35,64); }

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

border-color css

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

 span { border-color: rgb(232,35,64); }

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