#E884AC

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

Shades of Kobi #E884AC

Tints of Kobi #E884AC

Color information

#E884AC (or 0xE884AC) is unknown color: approx Kobi. HEX triplet: E8, 84 and AC. RGB value is (232,132,172). Sum of RGB (Red+Green+Blue) = 232+132+172=536 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.28% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 232 - color contains mainly: red. Hex color #E884AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E884AC is #177B53. Grayscale: #A6A6A6. Windows color (decimal): -1538900 or 11306216. OLE color: 11306216.

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

Color convert

RGB232132172-
CMYK00.430.260.09
HSL336º68.49%71.37%-
HSV(B)336º43.1%90.98%-
XYZ48.9836.6443.52-
YUV166.46131.13174.75-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.28%
GREEN value IS 132 (51.95% from 255) = 24.63%
BLUE value IS 172 (67.58% from 255) = 32.09%
R=43.28%
G=24.63%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213217200.430.260.0933668.4971.37
HexE884AC02B1A91504447
Octal3502042540533211520104107
Binary111010001000010010101100010101111010100110101000010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E884AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E884AC; }

 p { color: rgb(232,132,172); }

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

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

 a { background-color: rgb(232,132,172); }

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

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

 span { border-color: rgb(232,132,172); }

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