Html Css Color HEX #8E2D58 Rose Bud Cherry

📋 copy color: '#8E2D58'

red 142 ◦ green 45 ◦ blue 88

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

Shades of Rose Bud Cherry #8E2D58

Tints of Rose Bud Cherry #8E2D58

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.36%

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

R = 51.64%
G = 16.36%
B = 32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#8E2D58 (or 0x8E2D58) is known color: Rose Bud Cherry. HEX triplet: 8E, 2D and 58. RGB value is (142,45,88). Sum of RGB (Red+Green+Blue) = 142+45+88=275 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.64% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2D58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2D58 is #71D2A7. Grayscale: #4E4E4E. Windows color (decimal): -7459496 or 5778830. OLE color: 5778830.

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

Color convert

RGB 142 45 88 -
CMYK 0 0.68 0.38 0.44
HSL 333.4º 0.52% 0.37% -
HSV(B) 333.4º 0.68% 0.56% -
XYZ 13.86 8.33 10.11 -
YUV 78.91 133.14 173 -
System Red Green Blue C M Y K H S L
Decimal 142 45 88 0 0.68 0.38 0.44 333.4 0.52 0.37
Hex 8E 2D 58 0 44 26 2C 14D 34 25
Octal 216 55 130 0 104 46 54 515 64 45
Binary 10001110 101101 1011000 0 1000100 100110 101100 101001101 110100 100101

Color Harmonies of #8E2D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2D58

Black with #8E2D58

Text Example


Text Example

White with #8E2D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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