#8E4283

Color #8E4283 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #8E4283

Tints of Trendy Pink #8E4283

Color information

#8E4283 (or 0x8E4283) is unknown color: approx Trendy Pink. HEX triplet: 8E, 42 and 83. RGB value is (142,66,131). Sum of RGB (Red+Green+Blue) = 142+66+131=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4283 is #71BD7C. Grayscale: #5F5F5F. Windows color (decimal): -7454077 or 8602254. OLE color: 8602254.

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

Color convert

RGB14266131-
CMYK00.540.080.44
HSL308.68º36.54%40.78%-
HSV(B)308.68º53.52%55.69%-
XYZ17.211.2922.74-
YUV96.13147.68160.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.89%
GREEN value IS 66 (26.17% from 255) = 19.47%
BLUE value IS 131 (51.56% from 255) = 38.64%
R=41.89%
G=19.47%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426613100.540.080.44308.6836.5440.78
Hex8E428303682C1352529
Octal21610220306610544654551
Binary1000111010000101000001101101101000101100100110101100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,66,131); }

 H1.HeaderClassName
 {
   color: #8E4283;
 }
 .AnyTagClassName
 {
   color: #8E4283;
 }
</style>
background-color css

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

 a { background-color: rgb(142,66,131); }

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

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

 span { border-color: rgb(142,66,131); }

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