#E886AF

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

Shades of Kobi #E886AF

Tints of Kobi #E886AF

Color information

#E886AF (or 0xE886AF) is unknown color: approx Kobi. HEX triplet: E8, 86 and AF. RGB value is (232,134,175). Sum of RGB (Red+Green+Blue) = 232+134+175=541 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.88% from 541); Green value is 134 (52.73% from 255 or 24.77% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 232 - color contains mainly: red. Hex color #E886AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E886AF is #177950. Grayscale: #A7A7A7. Windows color (decimal): -1538385 or 11503336. OLE color: 11503336.

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

Color convert

RGB232134175-
CMYK00.420.250.09
HSL334.9º68.06%71.76%-
HSV(B)334.9º42.24%90.98%-
XYZ49.5437.345.15-
YUV167.98131.97173.67-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.88%
GREEN value IS 134 (52.73% from 255) = 24.77%
BLUE value IS 175 (68.75% from 255) = 32.35%
R=42.88%
G=24.77%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213417500.420.250.09334.968.0671.76
HexE886AF02A19914f4448
Octal3502062570523111517104110
Binary111010001000011010101111010101011001100110100111110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E886AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E886AF; }

 p { color: rgb(232,134,175); }

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

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

 a { background-color: rgb(232,134,175); }

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

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

 span { border-color: rgb(232,134,175); }

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