#8E184F

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

Shades of Rose Bud Cherry #8E184F

Tints of Rose Bud Cherry #8E184F

Color information

#8E184F (or 0x8E184F) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 18 and 4F. RGB value is (142,24,79). Sum of RGB (Red+Green+Blue) = 142+24+79=245 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.96% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 142 - color contains mainly: red. Hex color #8E184F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E184F is #71E7B0. Grayscale: #414141. Windows color (decimal): -7464881 or 5183630. OLE color: 5183630.

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

Color convert

RGB1422479-
CMYK00.830.440.44
HSL332.03º71.08%32.55%-
HSV(B)332.03º83.1%55.69%-
XYZ12.896.978.06-
YUV65.55135.59182.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.96%
GREEN value IS 24 (9.77% from 255) = 9.80%
BLUE value IS 79 (31.25% from 255) = 32.24%
R=57.96%
G=9.80%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142247900.830.440.44332.0371.0832.55
Hex8E184F0532C2C14c4721
Octal216301170123545451410741
Binary10001110110001001111010100111011001011001010011001000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E184F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,24,79); }

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

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

 a { background-color: rgb(142,24,79); }

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

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

 span { border-color: rgb(142,24,79); }

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