Html Css Color HEX #8E2260 Rose Bud Cherry

📋 copy color: '#8E2260'

red 142 ◦ green 34 ◦ blue 96

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

Shades of Rose Bud Cherry #8E2260

Tints of Rose Bud Cherry #8E2260

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.5%

 BLUE value IS 96 (37.89% from 255) = 35.29%

R = 52.21%
G = 12.5%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8E2260 (or 0x8E2260) is known color: Rose Bud Cherry. HEX triplet: 8E, 22 and 60. RGB value is (142,34,96). Sum of RGB (Red+Green+Blue) = 142+34+96=272 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.21% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2260 is #71DD9F. Grayscale: #494949. Windows color (decimal): -7462304 or 6300302. OLE color: 6300302.

HSL color Cylindrical-coordinate representation of color #8E2260: hue angle of 325.56º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8E2260 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 34 96 -
CMYK 0 0.76 0.32 0.44
HSL 325.56º 0.61% 0.35% -
HSV(B) 325.56º 0.76% 0.56% -
XYZ 13.84 7.74 11.83 -
YUV 73.36 140.78 176.96 -
System Red Green Blue C M Y K H S L
Decimal 142 34 96 0 0.76 0.32 0.44 325.56 0.61 0.35
Hex 8E 22 60 0 4C 20 2C 146 3D 23
Octal 216 42 140 0 114 40 54 506 75 43
Binary 10001110 100010 1100000 0 1001100 100000 101100 101000110 111101 100011

Color Harmonies of #8E2260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2260

Black with #8E2260

Text Example


Text Example

White with #8E2260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,34,96); }

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

background-color css

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

 a { background-color: rgb(142,34,96); }

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

border-color css

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

 span { border-color: rgb(142,34,96); }

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