#E885AE

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

Shades of Kobi #E885AE

Tints of Kobi #E885AE

Color information

#E885AE (or 0xE885AE) is unknown color: approx Kobi. HEX triplet: E8, 85 and AE. RGB value is (232,133,174). Sum of RGB (Red+Green+Blue) = 232+133+174=539 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.04% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 232 - color contains mainly: red. Hex color #E885AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E885AE is #177A51. Grayscale: #A7A7A7. Windows color (decimal): -1538642 or 11437544. OLE color: 11437544.

HSL color Cylindrical-coordinate representation of color #E885AE: hue angle of 335.15º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E885AE is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB232133174-
CMYK00.430.250.09
HSL335.15º68.28%71.57%-
HSV(B)335.15º42.67%90.98%-
XYZ49.3136.9944.58-
YUV167.28131.8174.17-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.04%
GREEN value IS 133 (52.34% from 255) = 24.68%
BLUE value IS 174 (68.36% from 255) = 32.28%
R=43.04%
G=24.68%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213317400.430.250.09335.1568.2871.57
HexE885AE02B19914f4448
Octal3502052560533111517104110
Binary111010001000010110101110010101111001100110100111110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E885AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E885AE; }

 p { color: rgb(232,133,174); }

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

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

 a { background-color: rgb(232,133,174); }

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

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

 span { border-color: rgb(232,133,174); }

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