#E181AD

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

Shades of Kobi #E181AD

Tints of Kobi #E181AD

Color information

#E181AD (or 0xE181AD) is unknown color: approx Kobi. HEX triplet: E1, 81 and AD. RGB value is (225,129,173). Sum of RGB (Red+Green+Blue) = 225+129+173=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E181AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E181AD is #1E7E52. Grayscale: #A2A2A2. Windows color (decimal): -1998419 or 11370977. OLE color: 11370977.

HSL color Cylindrical-coordinate representation of color #E181AD: hue angle of 332.5º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E181AD is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB225129173-
CMYK00.430.230.12
HSL332.5º61.54%69.41%-
HSV(B)332.5º42.67%88.24%-
XYZ46.4434.7343.79-
YUV162.72133.8172.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.69%
GREEN value IS 129 (50.78% from 255) = 24.48%
BLUE value IS 173 (67.97% from 255) = 32.83%
R=42.69%
G=24.48%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512917300.430.230.12332.561.5469.41
HexE181AD02B17C14c3e45
Octal341201255053271451476105
Binary11100001100000011010110101010111011111001010011001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E181AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E181AD; }

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

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

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

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

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

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

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

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