Html Css Color HEX #8E2665 Rose Bud Cherry

📋 copy color: '#8E2665'

red 142 ◦ green 38 ◦ blue 101

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

Shades of Rose Bud Cherry #8E2665

Tints of Rose Bud Cherry #8E2665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.94%

R = 50.53%
G = 13.52%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#8E2665 (or 0x8E2665) is known color: Rose Bud Cherry. HEX triplet: 8E, 26 and 65. RGB value is (142,38,101). Sum of RGB (Red+Green+Blue) = 142+38+101=281 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.53% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2665 is #71D99A. Grayscale: #4C4C4C. Windows color (decimal): -7461275 or 6629006. OLE color: 6629006.

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

Color convert

RGB 142 38 101 -
CMYK 0 0.73 0.29 0.44
HSL 323.65º 0.58% 0.35% -
HSV(B) 323.65º 0.73% 0.56% -
XYZ 14.2 8.08 13.12 -
YUV 76.28 141.96 174.88 -
System Red Green Blue C M Y K H S L
Decimal 142 38 101 0 0.73 0.29 0.44 323.65 0.58 0.35
Hex 8E 26 65 0 49 1D 2C 144 3A 23
Octal 216 46 145 0 111 35 54 504 72 43
Binary 10001110 100110 1100101 0 1001001 11101 101100 101000100 111010 100011

Color Harmonies of #8E2665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2665

Black with #8E2665

Text Example


Text Example

White with #8E2665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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