#E181A5

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

Shades of Kobi #E181A5

Tints of Kobi #E181A5

Color information

#E181A5 (or 0xE181A5) is unknown color: approx Kobi. HEX triplet: E1, 81 and A5. RGB value is (225,129,165). Sum of RGB (Red+Green+Blue) = 225+129+165=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 165 (64.84% from 255 or 31.79% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E181A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E181A5 is #1E7E5A. Grayscale: #A1A1A1. Windows color (decimal): -1998427 or 10846689. OLE color: 10846689.

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

Color convert

RGB225129165-
CMYK00.430.270.12
HSL337.5º61.54%69.41%-
HSV(B)337.5º42.67%88.24%-
XYZ45.6934.4239.83-
YUV161.81129.8173.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.35%
GREEN value IS 129 (50.78% from 255) = 24.86%
BLUE value IS 165 (64.84% from 255) = 31.79%
R=43.35%
G=24.86%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512916500.430.270.12337.561.5469.41
HexE181A502B1BC1523e45
Octal341201245053331452276105
Binary11100001100000011010010101010111101111001010100101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E181A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E181A5; }

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

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

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

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

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

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

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

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