#E182A8

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

Shades of Kobi #E182A8

Tints of Kobi #E182A8

Color information

#E182A8 (or 0xE182A8) is unknown color: approx Kobi. HEX triplet: E1, 82 and A8. RGB value is (225,130,168). Sum of RGB (Red+Green+Blue) = 225+130+168=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E182A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E182A8 is #1E7D57. Grayscale: #A2A2A2. Windows color (decimal): -1998168 or 11043553. OLE color: 11043553.

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

Color convert

RGB225130168-
CMYK00.420.250.12
HSL336º61.29%69.61%-
HSV(B)336º42.22%88.24%-
XYZ46.134.841.33-
YUV162.74130.97172.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.02%
GREEN value IS 130 (51.17% from 255) = 24.86%
BLUE value IS 168 (66.02% from 255) = 32.12%
R=43.02%
G=24.86%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513016800.420.250.1233661.2969.61
HexE182A802A19C1503d46
Octal341202250052311452075106
Binary11100001100000101010100001010101100111001010100001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E182A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E182A8; }

 p { color: rgb(225,130,168); }

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

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

 a { background-color: rgb(225,130,168); }

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

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

 span { border-color: rgb(225,130,168); }

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