Html Css Color HEX #8E2C62 Rose Bud Cherry

📋 copy color: '#8E2C62'

red 142 ◦ green 44 ◦ blue 98

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

Shades of Rose Bud Cherry #8E2C62

Tints of Rose Bud Cherry #8E2C62

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.49%

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

R = 50%
G = 15.49%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#8E2C62 (or 0x8E2C62) is known color: Rose Bud Cherry. HEX triplet: 8E, 2C and 62. RGB value is (142,44,98). Sum of RGB (Red+Green+Blue) = 142+44+98=284 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2C62 is #71D39D. Grayscale: #4F4F4F. Windows color (decimal): -7459742 or 6433934. OLE color: 6433934.

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

Color convert

RGB 142 44 98 -
CMYK 0 0.69 0.31 0.44
HSL 326.94º 0.53% 0.36% -
HSV(B) 326.94º 0.69% 0.56% -
XYZ 14.26 8.43 12.43 -
YUV 79.46 138.47 172.61 -
System Red Green Blue C M Y K H S L
Decimal 142 44 98 0 0.69 0.31 0.44 326.94 0.53 0.36
Hex 8E 2C 62 0 45 1F 2C 147 35 24
Octal 216 54 142 0 105 37 54 507 65 44
Binary 10001110 101100 1100010 0 1000101 11111 101100 101000111 110101 100100

Color Harmonies of #8E2C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2C62

Black with #8E2C62

Text Example


Text Example

White with #8E2C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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