Html Css Color HEX #8E2A5E Rose Bud Cherry

📋 copy color: '#8E2A5E'

red 142 ◦ green 42 ◦ blue 94

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

Shades of Rose Bud Cherry #8E2A5E

Tints of Rose Bud Cherry #8E2A5E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.11%

 BLUE value IS 94 (37.11% from 255) = 33.81%

R = 51.08%
G = 15.11%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#8E2A5E (or 0x8E2A5E) is known color: Rose Bud Cherry. HEX triplet: 8E, 2A and 5E. RGB value is (142,42,94). Sum of RGB (Red+Green+Blue) = 142+42+94=278 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.08% from 278); Green value is 42 (16.80% from 255 or 15.11% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2A5E is #71D5A1. Grayscale: #4D4D4D. Windows color (decimal): -7460258 or 6171278. OLE color: 6171278.

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

Color convert

RGB 142 42 94 -
CMYK 0 0.70 0.34 0.44
HSL 328.8º 0.54% 0.36% -
HSV(B) 328.8º 0.7% 0.56% -
XYZ 14 8.21 11.44 -
YUV 77.83 137.13 173.77 -
System Red Green Blue C M Y K H S L
Decimal 142 42 94 0 0.70 0.34 0.44 328.8 0.54 0.36
Hex 8E 2A 5E 0 46 22 2C 149 36 24
Octal 216 52 136 0 106 42 54 511 66 44
Binary 10001110 101010 1011110 0 1000110 100010 101100 101001001 110110 100100

Color Harmonies of #8E2A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2A5E

Black with #8E2A5E

Text Example


Text Example

White with #8E2A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,42,94); }

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

background-color css

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

 a { background-color: rgb(142,42,94); }

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

border-color css

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

 span { border-color: rgb(142,42,94); }

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