#E184A3

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

Shades of Kobi #E184A3

Tints of Kobi #E184A3

Color information

#E184A3 (or 0xE184A3) is unknown color: approx Kobi. HEX triplet: E1, 84 and A3. RGB value is (225,132,163). Sum of RGB (Red+Green+Blue) = 225+132+163=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 163 (64.06% from 255 or 31.35% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E184A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E184A3 is #1E7B5C. Grayscale: #A3A3A3. Windows color (decimal): -1997661 or 10716385. OLE color: 10716385.

HSL color Cylindrical-coordinate representation of color #E184A3: hue angle of 340º 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 #E184A3 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB225132163-
CMYK00.410.280.12
HSL340º60.78%70%-
HSV(B)340º41.33%88.24%-
XYZ45.9135.1539.02-
YUV163.34127.81171.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.27%
GREEN value IS 132 (51.95% from 255) = 25.38%
BLUE value IS 163 (64.06% from 255) = 31.35%
R=43.27%
G=25.38%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513216300.410.280.1234060.7870
HexE184A30291CC1543d46
Octal341204243051341452475106
Binary11100001100001001010001101010011110011001010101001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E184A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E184A3; }

 p { color: rgb(225,132,163); }

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

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

 a { background-color: rgb(225,132,163); }

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

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

 span { border-color: rgb(225,132,163); }

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