#8E144F

Color #8E144F Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #8E144F

Tints of Rose Bud Cherry #8E144F

Color information

#8E144F (or 0x8E144F) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 14 and 4F. RGB value is (142,20,79). Sum of RGB (Red+Green+Blue) = 142+20+79=241 (31% of max value = 765). Red value is 142 (55.86% from 255 or 58.92% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 142 - color contains mainly: red. Hex color #8E144F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E144F is #71EBB0. Grayscale: #3F3F3F. Windows color (decimal): -7465905 or 5182606. OLE color: 5182606.

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

Color convert

RGB1422079-
CMYK00.860.440.44
HSL330.98º75.31%31.76%-
HSV(B)330.98º85.92%55.69%-
XYZ12.826.828.04-
YUV63.2136.92184.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 58.92%
GREEN value IS 20 (8.20% from 255) = 8.30%
BLUE value IS 79 (31.25% from 255) = 32.78%
R=58.92%
G=8.30%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142207900.860.440.44330.9875.3131.76
Hex8E144F0562C2C14b4b20
Octal216241170126545451311340
Binary10001110101001001111010101101011001011001010010111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E144F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,20,79); }

 H1.HeaderClassName
 {
   color: #8E144F;
 }
 .AnyTagClassName
 {
   color: #8E144F;
 }
</style>
background-color css

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

 a { background-color: rgb(142,20,79); }

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

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

 span { border-color: rgb(142,20,79); }

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