#E182AD

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

Shades of Kobi #E182AD

Tints of Kobi #E182AD

Color information

#E182AD (or 0xE182AD) is unknown color: approx Kobi. HEX triplet: E1, 82 and AD. RGB value is (225,130,173). Sum of RGB (Red+Green+Blue) = 225+130+173=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E182AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E182AD is #1E7D52. Grayscale: #A3A3A3. Windows color (decimal): -1998163 or 11371233. OLE color: 11371233.

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

Color convert

RGB225130173-
CMYK00.420.230.12
HSL332.84º61.29%69.61%-
HSV(B)332.84º42.22%88.24%-
XYZ46.5834.9943.83-
YUV163.31133.47172-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.61%
GREEN value IS 130 (51.17% from 255) = 24.62%
BLUE value IS 173 (67.97% from 255) = 32.77%
R=42.61%
G=24.62%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513017300.420.230.12332.8461.2969.61
HexE182AD02A17C14d3d46
Octal341202255052271451575106
Binary11100001100000101010110101010101011111001010011011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E182AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E182AD; }

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

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

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

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

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

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

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

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