Html Css Color HEX #8E2155 Rose Bud Cherry

📋 copy color: '#8E2155'

red 142 ◦ green 33 ◦ blue 85

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

Shades of Rose Bud Cherry #8E2155

Tints of Rose Bud Cherry #8E2155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 32.69%

R = 54.62%
G = 12.69%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.44

RGB Variations

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

Color information

#8E2155 (or 0x8E2155) is known color: Rose Bud Cherry. HEX triplet: 8E, 21 and 55. RGB value is (142,33,85). Sum of RGB (Red+Green+Blue) = 142+33+85=260 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.62% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2155 is #71DEAA. Grayscale: #474747. Windows color (decimal): -7462571 or 5579150. OLE color: 5579150.

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

Color convert

RGB 142 33 85 -
CMYK 0 0.77 0.40 0.44
HSL 331.38º 0.62% 0.34% -
HSV(B) 331.38º 0.77% 0.56% -
XYZ 13.34 7.49 9.34 -
YUV 71.52 135.61 178.27 -
System Red Green Blue C M Y K H S L
Decimal 142 33 85 0 0.77 0.40 0.44 331.38 0.62 0.34
Hex 8E 21 55 0 4D 28 2C 14B 3E 22
Octal 216 41 125 0 115 50 54 513 76 42
Binary 10001110 100001 1010101 0 1001101 101000 101100 101001011 111110 100010

Color Harmonies of #8E2155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2155

Black with #8E2155

Text Example


Text Example

White with #8E2155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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