#8E1C58

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

Shades of Rose Bud Cherry #8E1C58

Tints of Rose Bud Cherry #8E1C58

Color information

#8E1C58 (or 0x8E1C58) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 1C and 58. RGB value is (142,28,88). Sum of RGB (Red+Green+Blue) = 142+28+88=258 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.04% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1C58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1C58 is #71E3A7. Grayscale: #444444. Windows color (decimal): -7463848 or 5774478. OLE color: 5774478.

HSL color Cylindrical-coordinate representation of color #8E1C58: hue angle of 328.42º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E1C58 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB1422888-
CMYK00.800.380.44
HSL328.42º67.06%33.33%-
HSV(B)328.42º80.28%55.69%-
XYZ13.337.299.94-
YUV68.93138.77180.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.04%
GREEN value IS 28 (11.33% from 255) = 10.85%
BLUE value IS 88 (34.77% from 255) = 34.11%
R=55.04%
G=10.85%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142288800.800.380.44328.4267.0633.33
Hex8E1C58050262C1484321
Octal216341300120465451010341
Binary10001110111001011000010100001001101011001010010001000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,28,88); }

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

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

 a { background-color: rgb(142,28,88); }

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

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

 span { border-color: rgb(142,28,88); }

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