Html Css Color HEX #8E3558 Rose Bud Cherry

📋 copy color: '#8E3558'

red 142 ◦ green 53 ◦ blue 88

#8E3558
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Bud Cherry #8E3558

Tints of Rose Bud Cherry #8E3558

RGB

 RED value IS 142 (55.86% from 255) = 50.18%

 GREEN value IS 53 (21.09% from 255) = 18.73%

 BLUE value IS 88 (34.77% from 255) = 31.1%

R = 50.18%
G = 18.73%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#8E3558 (or 0x8E3558) is known color: Rose Bud Cherry. HEX triplet: 8E, 35 and 58. RGB value is (142,53,88). Sum of RGB (Red+Green+Blue) = 142+53+88=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3558 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3558 is #71CAA7. Grayscale: #535353. Windows color (decimal): -7457448 or 5780878. OLE color: 5780878.

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

Color convert

RGB 142 53 88 -
CMYK 0 0.63 0.38 0.44
HSL 336.4º 0.46% 0.38% -
HSV(B) 336.4º 0.63% 0.56% -
XYZ 14.19 9 10.22 -
YUV 83.6 130.49 169.65 -
System Red Green Blue C M Y K H S L
Decimal 142 53 88 0 0.63 0.38 0.44 336.4 0.46 0.38
Hex 8E 35 58 0 3F 26 2C 150 2E 26
Octal 216 65 130 0 77 46 54 520 56 46
Binary 10001110 110101 1011000 0 111111 100110 101100 101010000 101110 100110

Color Harmonies of #8E3558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3558

Black with #8E3558

Text Example


Text Example

White with #8E3558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,53,88); }

 H1.HeaderClassName
 {
   color: #8E3558;
 }
 .AnyTagClassName
 {
   color: #8E3558;
 }
</style>

background-color css

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

 a { background-color: rgb(142,53,88); }

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

border-color css

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

 span { border-color: rgb(142,53,88); }

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