Html Css Color HEX #8E124F Rose Bud Cherry

📋 copy color: '#8E124F'

red 142 ◦ green 18 ◦ blue 79

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

Shades of Rose Bud Cherry #8E124F

Tints of Rose Bud Cherry #8E124F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.53%

 BLUE value IS 79 (31.25% from 255) = 33.05%

R = 59.41%
G = 7.53%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#8E124F (or 0x8E124F) is known color: Rose Bud Cherry. HEX triplet: 8E, 12 and 4F. RGB value is (142,18,79). Sum of RGB (Red+Green+Blue) = 142+18+79=239 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.41% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 142 - color contains mainly: red. Hex color #8E124F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E124F is #71EDB0. Grayscale: #3D3D3D. Windows color (decimal): -7466417 or 5182094. OLE color: 5182094.

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

Color convert

RGB 142 18 79 -
CMYK 0 0.87 0.44 0.44
HSL 330.48º 0.78% 0.31% -
HSV(B) 330.48º 0.87% 0.56% -
XYZ 12.78 6.75 8.03 -
YUV 62.03 137.58 185.04 -
System Red Green Blue C M Y K H S L
Decimal 142 18 79 0 0.87 0.44 0.44 330.48 0.78 0.31
Hex 8E 12 4F 0 57 2C 2C 14A 4E 1F
Octal 216 22 117 0 127 54 54 512 116 37
Binary 10001110 10010 1001111 0 1010111 101100 101100 101001010 1001110 11111

Color Harmonies of #8E124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E124F

Black with #8E124F

Text Example


Text Example

White with #8E124F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,18,79); }

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

background-color css

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

 a { background-color: rgb(142,18,79); }

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

border-color css

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

 span { border-color: rgb(142,18,79); }

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