Html Css Color HEX #8E4B88 Trendy Pink

📋 copy color: '#8E4B88'

red 142 ◦ green 75 ◦ blue 136

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

Shades of Trendy Pink #8E4B88

Tints of Trendy Pink #8E4B88

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.25%

 BLUE value IS 136 (53.52% from 255) = 38.53%

R = 40.23%
G = 21.25%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#8E4B88 (or 0x8E4B88) is known color: Trendy Pink. HEX triplet: 8E, 4B and 88. RGB value is (142,75,136). Sum of RGB (Red+Green+Blue) = 142+75+136=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4B88 is #71B477. Grayscale: #656565. Windows color (decimal): -7451768 or 8932238. OLE color: 8932238.

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

Color convert

RGB 142 75 136 -
CMYK 0 0.47 0.04 0.44
HSL 305.37º 0.31% 0.43% -
HSV(B) 305.37º 0.47% 0.56% -
XYZ 18.12 12.56 24.76 -
YUV 101.99 147.2 156.54 -
System Red Green Blue C M Y K H S L
Decimal 142 75 136 0 0.47 0.04 0.44 305.37 0.31 0.43
Hex 8E 4B 88 0 2F 4 2C 131 1F 2B
Octal 216 113 210 0 57 4 54 461 37 53
Binary 10001110 1001011 10001000 0 101111 100 101100 100110001 11111 101011

Color Harmonies of #8E4B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4B88

Black with #8E4B88

Text Example


Text Example

White with #8E4B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,75,136); }

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

background-color css

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

 a { background-color: rgb(142,75,136); }

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

border-color css

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

 span { border-color: rgb(142,75,136); }

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