#E181AA

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

Shades of Kobi #E181AA

Tints of Kobi #E181AA

Color information

#E181AA (or 0xE181AA) is unknown color: approx Kobi. HEX triplet: E1, 81 and AA. RGB value is (225,129,170). Sum of RGB (Red+Green+Blue) = 225+129+170=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E181AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E181AA is #1E7E55. Grayscale: #A2A2A2. Windows color (decimal): -1998422 or 11174369. OLE color: 11174369.

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

Color convert

RGB225129170-
CMYK00.430.240.12
HSL334.38º61.54%69.41%-
HSV(B)334.38º42.67%88.24%-
XYZ46.1634.6142.28-
YUV162.38132.3172.67-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.94%
GREEN value IS 129 (50.78% from 255) = 24.62%
BLUE value IS 170 (66.80% from 255) = 32.44%
R=42.94%
G=24.62%
B=32.44%

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
Decimal22512917000.430.240.12334.3861.5469.41
HexE181AA02B18C14e3e45
Octal341201252053301451676105
Binary11100001100000011010101001010111100011001010011101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E181AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E181AA; }

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

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

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

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

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

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

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

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