#8E2562

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

Shades of Rose Bud Cherry #8E2562

Tints of Rose Bud Cherry #8E2562

Color information

#8E2562 (or 0x8E2562) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 25 and 62. RGB value is (142,37,98). Sum of RGB (Red+Green+Blue) = 142+37+98=277 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.26% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2562 is #71DA9D. Grayscale: #4B4B4B. Windows color (decimal): -7461534 or 6432142. OLE color: 6432142.

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

Color convert

RGB1423798-
CMYK00.740.310.44
HSL325.14º58.66%35.1%-
HSV(B)325.14º73.94%55.69%-
XYZ14.027.9612.35-
YUV75.35140.79175.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.26%
GREEN value IS 37 (14.84% from 255) = 13.36%
BLUE value IS 98 (38.67% from 255) = 35.38%
R=51.26%
G=13.36%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142379800.740.310.44325.1458.6635.1
Hex8E256204A1F2C1453b23
Octal21645142011237545057343
Binary1000111010010111000100100101011111101100101000101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,37,98); }

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

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

 a { background-color: rgb(142,37,98); }

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

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

 span { border-color: rgb(142,37,98); }

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