#E181AB

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

Shades of Kobi #E181AB

Tints of Kobi #E181AB

Color information

#E181AB (or 0xE181AB) is unknown color: approx Kobi. HEX triplet: E1, 81 and AB. RGB value is (225,129,171). Sum of RGB (Red+Green+Blue) = 225+129+171=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E181AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E181AB is #1E7E54. Grayscale: #A2A2A2. Windows color (decimal): -1998421 or 11239905. OLE color: 11239905.

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

Color convert

RGB225129171-
CMYK00.430.240.12
HSL333.75º61.54%69.41%-
HSV(B)333.75º42.67%88.24%-
XYZ46.2534.6542.78-
YUV162.49132.8172.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.86%
GREEN value IS 129 (50.78% from 255) = 24.57%
BLUE value IS 171 (67.19% from 255) = 32.57%
R=42.86%
G=24.57%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512917100.430.240.12333.7561.5469.41
HexE181AB02B18C14e3e45
Octal341201253053301451676105
Binary11100001100000011010101101010111100011001010011101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E181AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E181AB; }

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

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

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

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

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

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

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

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