Html Css Color HEX #8E205D Rose Bud Cherry

📋 copy color: '#8E205D'

red 142 ◦ green 32 ◦ blue 93

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

Shades of Rose Bud Cherry #8E205D

Tints of Rose Bud Cherry #8E205D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.99%

 BLUE value IS 93 (36.72% from 255) = 34.83%

R = 53.18%
G = 11.99%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#8E205D (or 0x8E205D) is known color: Rose Bud Cherry. HEX triplet: 8E, 20 and 5D. RGB value is (142,32,93). Sum of RGB (Red+Green+Blue) = 142+32+93=267 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.18% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 142 - color contains mainly: red. Hex color #8E205D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E205D is #71DFA2. Grayscale: #474747. Windows color (decimal): -7462819 or 6103182. OLE color: 6103182.

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

Color convert

RGB 142 32 93 -
CMYK 0 0.77 0.35 0.44
HSL 326.73º 0.63% 0.34% -
HSV(B) 326.73º 0.77% 0.56% -
XYZ 13.65 7.57 11.1 -
YUV 71.84 139.94 178.04 -
System Red Green Blue C M Y K H S L
Decimal 142 32 93 0 0.77 0.35 0.44 326.73 0.63 0.34
Hex 8E 20 5D 0 4D 23 2C 147 3F 22
Octal 216 40 135 0 115 43 54 507 77 42
Binary 10001110 100000 1011101 0 1001101 100011 101100 101000111 111111 100010

Color Harmonies of #8E205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E205D

Black with #8E205D

Text Example


Text Example

White with #8E205D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,32,93); }

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

background-color css

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

 a { background-color: rgb(142,32,93); }

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

border-color css

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

 span { border-color: rgb(142,32,93); }

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