#8E265C

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

Shades of Rose Bud Cherry #8E265C

Tints of Rose Bud Cherry #8E265C

Color information

#8E265C (or 0x8E265C) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 26 and 5C. RGB value is (142,38,92). Sum of RGB (Red+Green+Blue) = 142+38+92=272 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.21% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 142 - color contains mainly: red. Hex color #8E265C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E265C is #71D9A3. Grayscale: #4B4B4B. Windows color (decimal): -7461284 or 6039182. OLE color: 6039182.

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

Color convert

RGB1423892-
CMYK00.730.350.44
HSL328.85º57.78%35.29%-
HSV(B)328.85º73.24%55.69%-
XYZ13.787.9110.93-
YUV75.25137.46175.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.21%
GREEN value IS 38 (15.23% from 255) = 13.97%
BLUE value IS 92 (36.33% from 255) = 33.82%
R=52.21%
G=13.97%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142389200.730.350.44328.8557.7835.29
Hex8E265C049232C1493a23
Octal21646134011143545117243
Binary10001110100110101110001001001100011101100101001001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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