Html Css Color HEX #E80246 Crimson

📋 copy color: '#E80246'

red 232 ◦ green 2 ◦ blue 70

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

Shades of Crimson #E80246

Tints of Crimson #E80246

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 70 (27.73% from 255) = 23.03%

R = 76.32%
G = 0.66%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E80246 (or 0xE80246) is known color: Crimson. HEX triplet: E8, 02 and 46. RGB value is (232,2,70). Sum of RGB (Red+Green+Blue) = 232+2+70=304 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.32% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 232 - color contains mainly: red. Hex color #E80246 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80246 is #17FDB9. Grayscale: #4E4E4E. Windows color (decimal): -1572282 or 4588264. OLE color: 4588264.

HSL color Cylindrical-coordinate representation of color #E80246: hue angle of 342.26º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E80246 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 2 70 -
CMYK 0 0.99 0.70 0.09
HSL 342.26º 0.98% 0.46% -
HSV(B) 342.26º 0.99% 0.91% -
XYZ 34.41 17.64 7.39 -
YUV 78.52 123.2 237.47 -
System Red Green Blue C M Y K H S L
Decimal 232 2 70 0 0.99 0.70 0.09 342.26 0.98 0.46
Hex E8 2 46 0 63 46 9 156 62 2E
Octal 350 2 106 0 143 106 11 526 142 56
Binary 11101000 10 1000110 0 1100011 1000110 1001 101010110 1100010 101110

Color Harmonies of #E80246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80246

Black with #E80246

Text Example


Text Example

White with #E80246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80246; }

 p { color: rgb(232,2,70); }

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

background-color css

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

 a { background-color: rgb(232,2,70); }

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

border-color css

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

 span { border-color: rgb(232,2,70); }

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