Html Css Color HEX #8E2664 Rose Bud Cherry

📋 copy color: '#8E2664'

red 142 ◦ green 38 ◦ blue 100

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

Shades of Rose Bud Cherry #8E2664

Tints of Rose Bud Cherry #8E2664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.71%

R = 50.71%
G = 13.57%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#8E2664 (or 0x8E2664) is known color: Rose Bud Cherry. HEX triplet: 8E, 26 and 64. RGB value is (142,38,100). Sum of RGB (Red+Green+Blue) = 142+38+100=280 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.71% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2664 is #71D99B. Grayscale: #4C4C4C. Windows color (decimal): -7461276 or 6563470. OLE color: 6563470.

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

Color convert

RGB 142 38 100 -
CMYK 0 0.73 0.30 0.44
HSL 324.23º 0.58% 0.35% -
HSV(B) 324.23º 0.73% 0.56% -
XYZ 14.15 8.06 12.87 -
YUV 76.16 141.46 174.96 -
System Red Green Blue C M Y K H S L
Decimal 142 38 100 0 0.73 0.30 0.44 324.23 0.58 0.35
Hex 8E 26 64 0 49 1E 2C 144 3A 23
Octal 216 46 144 0 111 36 54 504 72 43
Binary 10001110 100110 1100100 0 1001001 11110 101100 101000100 111010 100011

Color Harmonies of #8E2664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2664

Black with #8E2664

Text Example


Text Example

White with #8E2664

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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