Html Css Color HEX #8E295F Rose Bud Cherry

📋 copy color: '#8E295F'

red 142 ◦ green 41 ◦ blue 95

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

Shades of Rose Bud Cherry #8E295F

Tints of Rose Bud Cherry #8E295F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.75%

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

R = 51.08%
G = 14.75%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#8E295F (or 0x8E295F) is known color: Rose Bud Cherry. HEX triplet: 8E, 29 and 5F. RGB value is (142,41,95). Sum of RGB (Red+Green+Blue) = 142+41+95=278 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.08% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 142 - color contains mainly: red. Hex color #8E295F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E295F is #71D6A0. Grayscale: #4D4D4D. Windows color (decimal): -7460513 or 6236558. OLE color: 6236558.

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

Color convert

RGB 142 41 95 -
CMYK 0 0.71 0.33 0.44
HSL 327.92º 0.55% 0.36% -
HSV(B) 327.92º 0.71% 0.56% -
XYZ 14.01 8.16 11.66 -
YUV 77.36 137.96 174.11 -
System Red Green Blue C M Y K H S L
Decimal 142 41 95 0 0.71 0.33 0.44 327.92 0.55 0.36
Hex 8E 29 5F 0 47 21 2C 148 37 24
Octal 216 51 137 0 107 41 54 510 67 44
Binary 10001110 101001 1011111 0 1000111 100001 101100 101001000 110111 100100

Color Harmonies of #8E295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E295F

Black with #8E295F

Text Example


Text Example

White with #8E295F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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