Html Css Color HEX #8E265E Rose Bud Cherry

📋 copy color: '#8E265E'

red 142 ◦ green 38 ◦ blue 94

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

Shades of Rose Bud Cherry #8E265E

Tints of Rose Bud Cherry #8E265E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.87%

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

R = 51.82%
G = 13.87%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#8E265E (or 0x8E265E) is known color: Rose Bud Cherry. HEX triplet: 8E, 26 and 5E. RGB value is (142,38,94). Sum of RGB (Red+Green+Blue) = 142+38+94=274 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.82% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 142 - color contains mainly: red. Hex color #8E265E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E265E is #71D9A1. Grayscale: #4B4B4B. Windows color (decimal): -7461282 or 6170254. OLE color: 6170254.

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

Color convert

RGB 142 38 94 -
CMYK 0 0.73 0.34 0.44
HSL 327.69º 0.58% 0.35% -
HSV(B) 327.69º 0.73% 0.56% -
XYZ 13.87 7.95 11.39 -
YUV 75.48 138.46 175.45 -
System Red Green Blue C M Y K H S L
Decimal 142 38 94 0 0.73 0.34 0.44 327.69 0.58 0.35
Hex 8E 26 5E 0 49 22 2C 148 3A 23
Octal 216 46 136 0 111 42 54 510 72 43
Binary 10001110 100110 1011110 0 1001001 100010 101100 101001000 111010 100011

Color Harmonies of #8E265E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E265E

Black with #8E265E

Text Example


Text Example

White with #8E265E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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