#8e2866

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

Shades of Rose Bud Cherry #8E2866

Tints of Rose Bud Cherry #8E2866

Color information

#8E2866 (or 0x8E2866) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 28 and 66. RGB value is (142,40,102). Sum of RGB (Red+Green+Blue) = 142+40+102=284 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2866 is #71D799. Grayscale: #4D4D4D. Windows color (decimal): -7460762 or 6695054. OLE color: 6695054.

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

Color convert

RGB14240102-
CMYK00.720.280.44
HSL323.53º56.04%35.69%-
HSV(B)323.53º71.83%55.69%-
XYZ14.318.2313.4-
YUV77.57141.79173.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50%
GREEN value IS 40 (16.02% from 255) = 14.08%
BLUE value IS 102 (40.23% from 255) = 35.92%
R=50%
G=14.08%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1424010200.720.280.44323.5356.0435.69
Hex8E28660481C2C1443824
Octal21650146011034545047044
Binary1000111010100011001100100100011100101100101000100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e2866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,40,102); }

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

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

 a { background-color: rgb(142,40,102); }

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

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

 span { border-color: rgb(142,40,102); }

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