Html Css Color HEX #8E265F Rose Bud Cherry

📋 copy color: '#8E265F'

red 142 ◦ green 38 ◦ blue 95

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

Shades of Rose Bud Cherry #8E265F

Tints of Rose Bud Cherry #8E265F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.55%

R = 51.64%
G = 13.82%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#8E265F (or 0x8E265F) is known color: Rose Bud Cherry. HEX triplet: 8E, 26 and 5F. RGB value is (142,38,95). Sum of RGB (Red+Green+Blue) = 142+38+95=275 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.64% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 142 - color contains mainly: red. Hex color #8E265F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E265F is #71D9A0. Grayscale: #4B4B4B. Windows color (decimal): -7461281 or 6235790. OLE color: 6235790.

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

Color convert

RGB 142 38 95 -
CMYK 0 0.73 0.33 0.44
HSL 327.12º 0.58% 0.35% -
HSV(B) 327.12º 0.73% 0.56% -
XYZ 13.91 7.96 11.63 -
YUV 75.59 138.96 175.37 -
System Red Green Blue C M Y K H S L
Decimal 142 38 95 0 0.73 0.33 0.44 327.12 0.58 0.35
Hex 8E 26 5F 0 49 21 2C 147 3A 23
Octal 216 46 137 0 111 41 54 507 72 43
Binary 10001110 100110 1011111 0 1001001 100001 101100 101000111 111010 100011

Color Harmonies of #8E265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E265F

Black with #8E265F

Text Example


Text Example

White with #8E265F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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