#E181A7

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

Shades of Kobi #E181A7

Tints of Kobi #E181A7

Color information

#E181A7 (or 0xE181A7) is unknown color: approx Kobi. HEX triplet: E1, 81 and A7. RGB value is (225,129,167). Sum of RGB (Red+Green+Blue) = 225+129+167=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 167 (65.62% from 255 or 32.05% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E181A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E181A7 is #1E7E58. Grayscale: #A1A1A1. Windows color (decimal): -1998425 or 10977761. OLE color: 10977761.

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

Color convert

RGB225129167-
CMYK00.430.260.12
HSL336.25º61.54%69.41%-
HSV(B)336.25º42.67%88.24%-
XYZ45.8834.540.8-
YUV162.04130.8172.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.19%
GREEN value IS 129 (50.78% from 255) = 24.76%
BLUE value IS 167 (65.62% from 255) = 32.05%
R=43.19%
G=24.76%
B=32.05%

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
Decimal22512916700.430.260.12336.2561.5469.41
HexE181A702B1AC1503e45
Octal341201247053321452076105
Binary11100001100000011010011101010111101011001010100001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E181A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E181A7; }

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

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

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

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

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

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

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

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