Html Css Color HEX #8E215F Rose Bud Cherry

📋 copy color: '#8E215F'

red 142 ◦ green 33 ◦ blue 95

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

Shades of Rose Bud Cherry #8E215F

Tints of Rose Bud Cherry #8E215F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.22%

 BLUE value IS 95 (37.5% from 255) = 35.19%

R = 52.59%
G = 12.22%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#8E215F (or 0x8E215F) is known color: Rose Bud Cherry. HEX triplet: 8E, 21 and 5F. RGB value is (142,33,95). Sum of RGB (Red+Green+Blue) = 142+33+95=270 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.59% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 142 - color contains mainly: red. Hex color #8E215F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E215F is #71DEA0. Grayscale: #484848. Windows color (decimal): -7462561 or 6234510. OLE color: 6234510.

HSL color Cylindrical-coordinate representation of color #8E215F: hue angle of 325.87º degrees, saturation: 0.62, 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 #8E215F is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 33 95 -
CMYK 0 0.77 0.33 0.44
HSL 325.87º 0.62% 0.34% -
HSV(B) 325.87º 0.77% 0.56% -
XYZ 13.76 7.66 11.58 -
YUV 72.66 140.61 177.46 -
System Red Green Blue C M Y K H S L
Decimal 142 33 95 0 0.77 0.33 0.44 325.87 0.62 0.34
Hex 8E 21 5F 0 4D 21 2C 146 3E 22
Octal 216 41 137 0 115 41 54 506 76 42
Binary 10001110 100001 1011111 0 1001101 100001 101100 101000110 111110 100010

Color Harmonies of #8E215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E215F

Black with #8E215F

Text Example


Text Example

White with #8E215F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,33,95); }

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

background-color css

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

 a { background-color: rgb(142,33,95); }

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

border-color css

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

 span { border-color: rgb(142,33,95); }

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