Html Css Color HEX #8E1A5D Rose Bud Cherry

📋 copy color: '#8E1A5D'

red 142 ◦ green 26 ◦ blue 93

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

Shades of Rose Bud Cherry #8E1A5D

Tints of Rose Bud Cherry #8E1A5D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.96%

 BLUE value IS 93 (36.72% from 255) = 35.63%

R = 54.41%
G = 9.96%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#8E1A5D (or 0x8E1A5D) is known color: Rose Bud Cherry. HEX triplet: 8E, 1A and 5D. RGB value is (142,26,93). Sum of RGB (Red+Green+Blue) = 142+26+93=261 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.41% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1A5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1A5D is #71E5A2. Grayscale: #444444. Windows color (decimal): -7464355 or 6101646. OLE color: 6101646.

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

Color convert

RGB 142 26 93 -
CMYK 0 0.82 0.35 0.44
HSL 325.34º 0.69% 0.33% -
HSV(B) 325.34º 0.82% 0.56% -
XYZ 13.5 7.28 11.05 -
YUV 68.32 141.93 180.55 -
System Red Green Blue C M Y K H S L
Decimal 142 26 93 0 0.82 0.35 0.44 325.34 0.69 0.33
Hex 8E 1A 5D 0 52 23 2C 145 45 21
Octal 216 32 135 0 122 43 54 505 105 41
Binary 10001110 11010 1011101 0 1010010 100011 101100 101000101 1000101 100001

Color Harmonies of #8E1A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1A5D

Black with #8E1A5D

Text Example


Text Example

White with #8E1A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,26,93); }

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

background-color css

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

 a { background-color: rgb(142,26,93); }

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

border-color css

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

 span { border-color: rgb(142,26,93); }

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