Html Css Color HEX #8E2E52 Rose Bud Cherry

📋 copy color: '#8E2E52'

red 142 ◦ green 46 ◦ blue 82

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

Shades of Rose Bud Cherry #8E2E52

Tints of Rose Bud Cherry #8E2E52

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.04%

 BLUE value IS 82 (32.42% from 255) = 30.37%

R = 52.59%
G = 17.04%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#8E2E52 (or 0x8E2E52) is known color: Rose Bud Cherry. HEX triplet: 8E, 2E and 52. RGB value is (142,46,82). Sum of RGB (Red+Green+Blue) = 142+46+82=270 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.59% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2E52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2E52 is #71D1AD. Grayscale: #4E4E4E. Windows color (decimal): -7459246 or 5385870. OLE color: 5385870.

HSL color Cylindrical-coordinate representation of color #8E2E52: hue angle of 337.5º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E2E52 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 46 82 -
CMYK 0 0.68 0.42 0.44
HSL 337.5º 0.51% 0.37% -
HSV(B) 337.5º 0.68% 0.56% -
XYZ 13.66 8.31 8.87 -
YUV 78.81 129.8 173.07 -
System Red Green Blue C M Y K H S L
Decimal 142 46 82 0 0.68 0.42 0.44 337.5 0.51 0.37
Hex 8E 2E 52 0 44 2A 2C 152 33 25
Octal 216 56 122 0 104 52 54 522 63 45
Binary 10001110 101110 1010010 0 1000100 101010 101100 101010010 110011 100101

Color Harmonies of #8E2E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2E52

Black with #8E2E52

Text Example


Text Example

White with #8E2E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,46,82); }

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

background-color css

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

 a { background-color: rgb(142,46,82); }

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

border-color css

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

 span { border-color: rgb(142,46,82); }

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