#E185AC

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

Shades of Kobi #E185AC

Tints of Kobi #E185AC

Color information

#E185AC (or 0xE185AC) is unknown color: approx Kobi. HEX triplet: E1, 85 and AC. RGB value is (225,133,172). Sum of RGB (Red+Green+Blue) = 225+133+172=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E185AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E185AC is #1E7A53. Grayscale: #A4A4A4. Windows color (decimal): -1997396 or 11306465. OLE color: 11306465.

HSL color Cylindrical-coordinate representation of color #E185AC: hue angle of 334.57º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E185AC is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB225133172-
CMYK00.410.240.12
HSL334.57º60.53%70.2%-
HSV(B)334.57º40.89%88.24%-
XYZ46.8935.7643.46-
YUV164.95131.98170.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.45%
GREEN value IS 133 (52.34% from 255) = 25.09%
BLUE value IS 172 (67.58% from 255) = 32.45%
R=42.45%
G=25.09%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513317200.410.240.12334.5760.5370.2
HexE185AC02918C14f3d46
Octal341205254051301451775106
Binary11100001100001011010110001010011100011001010011111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E185AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E185AC; }

 p { color: rgb(225,133,172); }

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

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

 a { background-color: rgb(225,133,172); }

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

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

 span { border-color: rgb(225,133,172); }

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