#E486AE

Color #E486AE Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #E486AE

Tints of Kobi #E486AE

Color information

#E486AE (or 0xE486AE) is unknown color: approx Kobi. HEX triplet: E4, 86 and AE. RGB value is (228,134,174). Sum of RGB (Red+Green+Blue) = 228+134+174=536 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.54% from 536); Green value is 134 (52.73% from 255 or 25% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 228 - color contains mainly: red. Hex color #E486AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E486AE is #1B7951. Grayscale: #A6A6A6. Windows color (decimal): -1800530 or 11437796. OLE color: 11437796.

HSL color Cylindrical-coordinate representation of color #E486AE: hue angle of 334.47º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E486AE is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB228134174-
CMYK00.410.240.11
HSL334.47º63.51%70.98%-
HSV(B)334.47º41.23%89.41%-
XYZ48.1636.644.57-
YUV166.67132.14171.75-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.54%
GREEN value IS 134 (52.73% from 255) = 25%
BLUE value IS 174 (68.36% from 255) = 32.46%
R=42.54%
G=25%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813417400.410.240.11334.4763.5170.98
HexE486AE02918B14e4047
Octal3442062560513013516100107
Binary111001001000011010101110010100111000101110100111010000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E486AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E486AE; }

 p { color: rgb(228,134,174); }

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

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

 a { background-color: rgb(228,134,174); }

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

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

 span { border-color: rgb(228,134,174); }

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