#E190AC

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

Shades of Kobi #E190AC

Tints of Kobi #E190AC

Color information

#E190AC (or 0xE190AC) is unknown color: approx Kobi. HEX triplet: E1, 90 and AC. RGB value is (225,144,172). Sum of RGB (Red+Green+Blue) = 225+144+172=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E190AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E190AC is #1E6F53. Grayscale: #ABABAB. Windows color (decimal): -1994580 or 11309281. OLE color: 11309281.

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

Color convert

RGB225144172-
CMYK00.360.240.12
HSL339.26º57.45%72.35%-
HSV(B)339.26º36%88.24%-
XYZ48.4738.9343.99-
YUV171.41128.34166.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.59%
GREEN value IS 144 (56.64% from 255) = 26.62%
BLUE value IS 172 (67.58% from 255) = 31.79%
R=41.59%
G=26.62%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514417200.360.240.12339.2657.4572.35
HexE190AC02418C1533948
Octal341220254044301452371110
Binary11100001100100001010110001001001100011001010100111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E190AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E190AC; }

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

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

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

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

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

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

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

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