#8e235e

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

Shades of Rose Bud Cherry #8E235E

Tints of Rose Bud Cherry #8E235E

Color information

#8E235E (or 0x8E235E) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 23 and 5E. RGB value is (142,35,94). Sum of RGB (Red+Green+Blue) = 142+35+94=271 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.40% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 142 - color contains mainly: red. Hex color #8E235E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E235E is #71DCA1. Grayscale: #494949. Windows color (decimal): -7462050 or 6169486. OLE color: 6169486.

HSL color Cylindrical-coordinate representation of color #8E235E: hue angle of 326.92º 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 #8E235E is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB1423594-
CMYK00.750.340.44
HSL326.92º60.45%34.71%-
HSV(B)326.92º75.35%55.69%-
XYZ13.787.7611.36-
YUV73.72139.45176.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.40%
GREEN value IS 35 (14.06% from 255) = 12.92%
BLUE value IS 94 (37.11% from 255) = 34.69%
R=52.40%
G=12.92%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142359400.750.340.44326.9260.4534.71
Hex8E235E04B222C1473c23
Octal21643136011342545077443
Binary10001110100011101111001001011100010101100101000111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e235e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,35,94); }

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

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

 a { background-color: rgb(142,35,94); }

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

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

 span { border-color: rgb(142,35,94); }

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