Html Css Color HEX #8E1144 Disco

📋 copy color: '#8E1144'

red 142 ◦ green 17 ◦ blue 68

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

Shades of Disco #8E1144

Tints of Disco #8E1144

RGB

 RED value IS 142 (55.86% from 255) = 62.56%

 GREEN value IS 17 (7.03% from 255) = 7.49%

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

R = 62.56%
G = 7.49%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.44

RGB Variations

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

Color information

#8E1144 (or 0x8E1144) is known color: Disco. HEX triplet: 8E, 11 and 44. RGB value is (142,17,68). Sum of RGB (Red+Green+Blue) = 142+17+68=227 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.56% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 68 (26.95% from 255 or 29.96% from 227); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1144 is #71EEBB. Grayscale: #3C3C3C. Windows color (decimal): -7466684 or 4460942. OLE color: 4460942.

HSL color Cylindrical-coordinate representation of color #8E1144: hue angle of 335.52º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E1144 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 17 68 -
CMYK 0 0.88 0.52 0.44
HSL 335.52º 0.79% 0.31% -
HSV(B) 335.52º 0.88% 0.56% -
XYZ 12.4 6.57 6.08 -
YUV 60.19 132.41 186.35 -
System Red Green Blue C M Y K H S L
Decimal 142 17 68 0 0.88 0.52 0.44 335.52 0.79 0.31
Hex 8E 11 44 0 58 34 2C 150 4F 1F
Octal 216 21 104 0 130 64 54 520 117 37
Binary 10001110 10001 1000100 0 1011000 110100 101100 101010000 1001111 11111

Color Harmonies of #8E1144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1144

Black with #8E1144

Text Example


Text Example

White with #8E1144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E1144; }

 p { color: rgb(142,17,68); }

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

background-color css

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

 a { background-color: rgb(142,17,68); }

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

border-color css

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

 span { border-color: rgb(142,17,68); }

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