#8E2552

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

Shades of Rose Bud Cherry #8E2552

Tints of Rose Bud Cherry #8E2552

Color information

#8E2552 (or 0x8E2552) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 25 and 52. RGB value is (142,37,82). Sum of RGB (Red+Green+Blue) = 142+37+82=261 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.41% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2552 is #71DAAD. Grayscale: #494949. Windows color (decimal): -7461550 or 5383566. OLE color: 5383566.

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

Color convert

RGB1423782-
CMYK00.740.420.44
HSL334.29º58.66%35.1%-
HSV(B)334.29º73.94%55.69%-
XYZ13.347.688.76-
YUV73.52132.79176.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.41%
GREEN value IS 37 (14.84% from 255) = 14.18%
BLUE value IS 82 (32.42% from 255) = 31.42%
R=54.41%
G=14.18%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142378200.740.420.44334.2958.6635.1
Hex8E255204A2A2C14e3b23
Octal21645122011252545167343
Binary10001110100101101001001001010101010101100101001110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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