Html Css Color HEX #8E4564 Cadillac

📋 copy color: '#8E4564'

red 142 ◦ green 69 ◦ blue 100

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

Shades of Cadillac #8E4564

Tints of Cadillac #8E4564

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.19%

 BLUE value IS 100 (39.45% from 255) = 32.15%

R = 45.66%
G = 22.19%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#8E4564 (or 0x8E4564) is known color: Cadillac. HEX triplet: 8E, 45 and 64. RGB value is (142,69,100). Sum of RGB (Red+Green+Blue) = 142+69+100=311 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.66% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4564 is #71BA9B. Grayscale: #5E5E5E. Windows color (decimal): -7453340 or 6571406. OLE color: 6571406.

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

Color convert

RGB 142 69 100 -
CMYK 0 0.51 0.30 0.44
HSL 334.52º 0.35% 0.41% -
HSV(B) 334.52º 0.51% 0.56% -
XYZ 15.58 10.93 13.34 -
YUV 94.36 131.18 161.98 -
System Red Green Blue C M Y K H S L
Decimal 142 69 100 0 0.51 0.30 0.44 334.52 0.35 0.41
Hex 8E 45 64 0 33 1E 2C 14F 23 29
Octal 216 105 144 0 63 36 54 517 43 51
Binary 10001110 1000101 1100100 0 110011 11110 101100 101001111 100011 101001

Color Harmonies of #8E4564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4564

Black with #8E4564

Text Example


Text Example

White with #8E4564

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,69,100); }

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

background-color css

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

 a { background-color: rgb(142,69,100); }

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

border-color css

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

 span { border-color: rgb(142,69,100); }

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