Html Css Color HEX #E80144 Crimson

📋 copy color: '#E80144'

red 232 ◦ green 1 ◦ blue 68

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

Shades of Crimson #E80144

Tints of Crimson #E80144

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 68 (26.95% from 255) = 22.59%

R = 77.08%
G = 0.33%
B = 22.59%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#E80144 (or 0xE80144) is known color: Crimson. HEX triplet: E8, 01 and 44. RGB value is (232,1,68). Sum of RGB (Red+Green+Blue) = 232+1+68=301 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.08% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 232 - color contains mainly: red. Hex color #E80144 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80144 is #17FEBB. Grayscale: #4D4D4D. Windows color (decimal): -1572540 or 4456936. OLE color: 4456936.

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

Color convert

RGB 232 1 68 -
CMYK 0 1.00 0.71 0.09
HSL 342.6º 0.99% 0.46% -
HSV(B) 342.6º 1% 0.91% -
XYZ 34.33 17.59 7.06 -
YUV 77.71 122.53 238.05 -
System Red Green Blue C M Y K H S L
Decimal 232 1 68 0 1.00 0.71 0.09 342.6 0.99 0.46
Hex E8 1 44 0 64 47 9 157 63 2E
Octal 350 1 104 0 144 107 11 527 143 56
Binary 11101000 1 1000100 0 1100100 1000111 1001 101010111 1100011 101110

Color Harmonies of #E80144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80144

Black with #E80144

Text Example


Text Example

White with #E80144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80144; }

 p { color: rgb(232,1,68); }

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

background-color css

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

 a { background-color: rgb(232,1,68); }

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

border-color css

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

 span { border-color: rgb(232,1,68); }

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