Html Css Color HEX #E80042 Crimson

📋 copy color: '#E80042'

red 232 ◦ green 0 ◦ blue 66

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

Shades of Crimson #E80042

Tints of Crimson #E80042

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 66 (26.17% from 255) = 22.15%

R = 77.85%
G = 0%
B = 22.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E80042 (or 0xE80042) is known color: Crimson. HEX triplet: E8, 00 and 42. RGB value is (232,0,66). Sum of RGB (Red+Green+Blue) = 232+0+66=298 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.85% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 232 - color contains mainly: red. Hex color #E80042 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80042 is #17FFBD. Grayscale: #4C4C4C. Windows color (decimal): -1572798 or 4325608. OLE color: 4325608.

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

Color convert

RGB 232 0 66 -
CMYK 0 1 0.72 0.09
HSL 342.93º 1% 0.45% -
HSV(B) 342.93º 1% 0.91% -
XYZ 34.26 17.55 6.74 -
YUV 76.89 121.86 238.63 -
System Red Green Blue C M Y K H S L
Decimal 232 0 66 0 1 0.72 0.09 342.93 1 0.45
Hex E8 0 42 0 64 48 9 157 64 2D
Octal 350 0 102 0 144 110 11 527 144 55
Binary 11101000 0 1000010 0 1100100 1001000 1001 101010111 1100100 101101

Color Harmonies of #E80042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80042

Black with #E80042

Text Example


Text Example

White with #E80042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80042; }

 p { color: rgb(232,0,66); }

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

background-color css

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

 a { background-color: rgb(232,0,66); }

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

border-color css

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

 span { border-color: rgb(232,0,66); }

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