Html Css Color HEX #8E2861 Rose Bud Cherry

📋 copy color: '#8E2861'

red 142 ◦ green 40 ◦ blue 97

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

Shades of Rose Bud Cherry #8E2861

Tints of Rose Bud Cherry #8E2861

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.34%

 BLUE value IS 97 (38.28% from 255) = 34.77%

R = 50.9%
G = 14.34%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8E2861 (or 0x8E2861) is known color: Rose Bud Cherry. HEX triplet: 8E, 28 and 61. RGB value is (142,40,97). Sum of RGB (Red+Green+Blue) = 142+40+97=279 (36% of max value = 765). Red value is 142 (55.86% from 255 or 50.90% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2861 is #71D79E. Grayscale: #4C4C4C. Windows color (decimal): -7460767 or 6367374. OLE color: 6367374.

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

Color convert

RGB 142 40 97 -
CMYK 0 0.72 0.32 0.44
HSL 326.47º 0.56% 0.36% -
HSV(B) 326.47º 0.72% 0.56% -
XYZ 14.07 8.13 12.14 -
YUV 77 139.29 174.37 -
System Red Green Blue C M Y K H S L
Decimal 142 40 97 0 0.72 0.32 0.44 326.47 0.56 0.36
Hex 8E 28 61 0 48 20 2C 146 38 24
Octal 216 50 141 0 110 40 54 506 70 44
Binary 10001110 101000 1100001 0 1001000 100000 101100 101000110 111000 100100

Color Harmonies of #8E2861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2861

Black with #8E2861

Text Example


Text Example

White with #8E2861

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,40,97); }

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

background-color css

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

 a { background-color: rgb(142,40,97); }

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

border-color css

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

 span { border-color: rgb(142,40,97); }

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