Html Css Color HEX #8E1D62 Rose Bud Cherry

📋 copy color: '#8E1D62'

red 142 ◦ green 29 ◦ blue 98

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

Shades of Rose Bud Cherry #8E1D62

Tints of Rose Bud Cherry #8E1D62

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.78%

 BLUE value IS 98 (38.67% from 255) = 36.43%

R = 52.79%
G = 10.78%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#8E1D62 (or 0x8E1D62) is known color: Rose Bud Cherry. HEX triplet: 8E, 1D and 62. RGB value is (142,29,98). Sum of RGB (Red+Green+Blue) = 142+29+98=269 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.79% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1D62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1D62 is #71E29D. Grayscale: #464646. Windows color (decimal): -7463582 or 6430094. OLE color: 6430094.

HSL color Cylindrical-coordinate representation of color #8E1D62: hue angle of 323.36º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E1D62 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 29 98 -
CMYK 0 0.80 0.31 0.44
HSL 323.36º 0.66% 0.34% -
HSV(B) 323.36º 0.8% 0.56% -
XYZ 13.8 7.51 12.28 -
YUV 70.65 143.44 178.89 -
System Red Green Blue C M Y K H S L
Decimal 142 29 98 0 0.80 0.31 0.44 323.36 0.66 0.34
Hex 8E 1D 62 0 50 1F 2C 143 42 22
Octal 216 35 142 0 120 37 54 503 102 42
Binary 10001110 11101 1100010 0 1010000 11111 101100 101000011 1000010 100010

Color Harmonies of #8E1D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1D62

Black with #8E1D62

Text Example


Text Example

White with #8E1D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,29,98); }

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

background-color css

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

 a { background-color: rgb(142,29,98); }

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

border-color css

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

 span { border-color: rgb(142,29,98); }

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