#E181A6

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

Shades of Kobi #E181A6

Tints of Kobi #E181A6

Color information

#E181A6 (or 0xE181A6) is unknown color: approx Kobi. HEX triplet: E1, 81 and A6. RGB value is (225,129,166). Sum of RGB (Red+Green+Blue) = 225+129+166=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E181A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E181A6 is #1E7E59. Grayscale: #A1A1A1. Windows color (decimal): -1998426 or 10912225. OLE color: 10912225.

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

Color convert

RGB225129166-
CMYK00.430.260.12
HSL336.88º61.54%69.41%-
HSV(B)336.88º42.67%88.24%-
XYZ45.7834.4640.31-
YUV161.92130.3172.99-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.27%
GREEN value IS 129 (50.78% from 255) = 24.81%
BLUE value IS 166 (65.23% from 255) = 31.92%
R=43.27%
G=24.81%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512916600.430.260.12336.8861.5469.41
HexE181A602B1AC1513e45
Octal341201246053321452176105
Binary11100001100000011010011001010111101011001010100011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E181A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E181A6; }

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

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

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

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

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

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

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

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