Html Css Color HEX #8E4385 Trendy Pink

📋 copy color: '#8E4385'

red 142 ◦ green 67 ◦ blue 133

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

Shades of Trendy Pink #8E4385

Tints of Trendy Pink #8E4385

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.59%

 BLUE value IS 133 (52.34% from 255) = 38.89%

R = 41.52%
G = 19.59%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#8E4385 (or 0x8E4385) is known color: Trendy Pink. HEX triplet: 8E, 43 and 85. RGB value is (142,67,133). Sum of RGB (Red+Green+Blue) = 142+67+133=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4385 is #71BC7A. Grayscale: #606060. Windows color (decimal): -7453819 or 8733582. OLE color: 8733582.

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

Color convert

RGB 142 67 133 -
CMYK 0 0.53 0.06 0.44
HSL 307.2º 0.36% 0.41% -
HSV(B) 307.2º 0.53% 0.56% -
XYZ 17.4 11.46 23.49 -
YUV 96.95 148.35 160.13 -
System Red Green Blue C M Y K H S L
Decimal 142 67 133 0 0.53 0.06 0.44 307.2 0.36 0.41
Hex 8E 43 85 0 35 6 2C 133 24 29
Octal 216 103 205 0 65 6 54 463 44 51
Binary 10001110 1000011 10000101 0 110101 110 101100 100110011 100100 101001

Color Harmonies of #8E4385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4385

Black with #8E4385

Text Example


Text Example

White with #8E4385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,67,133); }

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

background-color css

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

 a { background-color: rgb(142,67,133); }

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

border-color css

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

 span { border-color: rgb(142,67,133); }

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