#8E205C

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

Shades of Rose Bud Cherry #8E205C

Tints of Rose Bud Cherry #8E205C

Color information

#8E205C (or 0x8E205C) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 20 and 5C. RGB value is (142,32,92). Sum of RGB (Red+Green+Blue) = 142+32+92=266 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.38% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 142 - color contains mainly: red. Hex color #8E205C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E205C is #71DFA3. Grayscale: #474747. Windows color (decimal): -7462820 or 6037646. OLE color: 6037646.

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

Color convert

RGB1423292-
CMYK00.770.350.44
HSL327.27º63.22%34.12%-
HSV(B)327.27º77.46%55.69%-
XYZ13.67.5610.87-
YUV71.73139.44178.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.38%
GREEN value IS 32 (12.89% from 255) = 12.03%
BLUE value IS 92 (36.33% from 255) = 34.59%
R=53.38%
G=12.03%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142329200.770.350.44327.2763.2234.12
Hex8E205C04D232C1473f22
Octal21640134011543545077742
Binary10001110100000101110001001101100011101100101000111111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E205C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,32,92); }

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

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

 a { background-color: rgb(142,32,92); }

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

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

 span { border-color: rgb(142,32,92); }

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