#8E245F

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

Shades of Rose Bud Cherry #8E245F

Tints of Rose Bud Cherry #8E245F

Color information

#8E245F (or 0x8E245F) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 24 and 5F. RGB value is (142,36,95). Sum of RGB (Red+Green+Blue) = 142+36+95=273 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.01% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 142 - color contains mainly: red. Hex color #8E245F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E245F is #71DBA0. Grayscale: #4A4A4A. Windows color (decimal): -7461793 or 6235278. OLE color: 6235278.

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

Color convert

RGB1423695-
CMYK00.750.330.44
HSL326.6º59.55%34.9%-
HSV(B)326.6º74.65%55.69%-
XYZ13.857.8411.61-
YUV74.42139.62176.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.01%
GREEN value IS 36 (14.45% from 255) = 13.19%
BLUE value IS 95 (37.5% from 255) = 34.80%
R=52.01%
G=13.19%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142369500.750.330.44326.659.5534.9
Hex8E245F04B212C1473c23
Octal21644137011341545077443
Binary10001110100100101111101001011100001101100101000111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E245F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,36,95); }

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

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

 a { background-color: rgb(142,36,95); }

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

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

 span { border-color: rgb(142,36,95); }

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