Html Css Color HEX #8E2350 Rose Bud Cherry

📋 copy color: '#8E2350'

red 142 ◦ green 35 ◦ blue 80

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

Shades of Rose Bud Cherry #8E2350

Tints of Rose Bud Cherry #8E2350

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.62%

 BLUE value IS 80 (31.64% from 255) = 31.13%

R = 55.25%
G = 13.62%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#8E2350 (or 0x8E2350) is known color: Rose Bud Cherry. HEX triplet: 8E, 23 and 50. RGB value is (142,35,80). Sum of RGB (Red+Green+Blue) = 142+35+80=257 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.25% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2350 is #71DCAF. Grayscale: #484848. Windows color (decimal): -7462064 or 5251982. OLE color: 5251982.

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

Color convert

RGB 142 35 80 -
CMYK 0 0.75 0.44 0.44
HSL 334.77º 0.6% 0.35% -
HSV(B) 334.77º 0.75% 0.56% -
XYZ 13.2 7.53 8.35 -
YUV 72.12 132.45 177.84 -
System Red Green Blue C M Y K H S L
Decimal 142 35 80 0 0.75 0.44 0.44 334.77 0.6 0.35
Hex 8E 23 50 0 4B 2C 2C 14F 3C 23
Octal 216 43 120 0 113 54 54 517 74 43
Binary 10001110 100011 1010000 0 1001011 101100 101100 101001111 111100 100011

Color Harmonies of #8E2350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2350

Black with #8E2350

Text Example


Text Example

White with #8E2350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,35,80); }

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

background-color css

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

 a { background-color: rgb(142,35,80); }

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

border-color css

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

 span { border-color: rgb(142,35,80); }

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