Html Css Color HEX #8E2346 Disco

📋 copy color: '#8E2346'

red 142 ◦ green 35 ◦ blue 70

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

Shades of Disco #8E2346

Tints of Disco #8E2346

RGB

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

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

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

R = 57.49%
G = 14.17%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.44

RGB Variations

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

Color information

#8E2346 (or 0x8E2346) is known color: Disco. HEX triplet: 8E, 23 and 46. RGB value is (142,35,70). Sum of RGB (Red+Green+Blue) = 142+35+70=247 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.49% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2346 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2346 is #71DCB9. Grayscale: #464646. Windows color (decimal): -7462074 or 4596622. OLE color: 4596622.

HSL color Cylindrical-coordinate representation of color #8E2346: hue angle of 340.37º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E2346 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 35 70 -
CMYK 0 0.75 0.51 0.44
HSL 340.37º 0.6% 0.35% -
HSV(B) 340.37º 0.75% 0.56% -
XYZ 12.86 7.4 6.54 -
YUV 70.98 127.45 178.65 -
System Red Green Blue C M Y K H S L
Decimal 142 35 70 0 0.75 0.51 0.44 340.37 0.6 0.35
Hex 8E 23 46 0 4B 33 2C 154 3C 23
Octal 216 43 106 0 113 63 54 524 74 43
Binary 10001110 100011 1000110 0 1001011 110011 101100 101010100 111100 100011

Color Harmonies of #8E2346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2346

Black with #8E2346

Text Example


Text Example

White with #8E2346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,35,70); }

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

background-color css

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

 a { background-color: rgb(142,35,70); }

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

border-color css

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

 span { border-color: rgb(142,35,70); }

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