#E181AE

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

Shades of Kobi #E181AE

Tints of Kobi #E181AE

Color information

#E181AE (or 0xE181AE) is unknown color: approx Kobi. HEX triplet: E1, 81 and AE. RGB value is (225,129,174). Sum of RGB (Red+Green+Blue) = 225+129+174=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 129 (50.78% from 255 or 24.43% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E181AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E181AE is #1E7E51. Grayscale: #A2A2A2. Windows color (decimal): -1998418 or 11436513. OLE color: 11436513.

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

Color convert

RGB225129174-
CMYK00.430.230.12
HSL331.88º61.54%69.41%-
HSV(B)331.88º42.67%88.24%-
XYZ46.5434.7644.3-
YUV162.83134.3172.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.61%
GREEN value IS 129 (50.78% from 255) = 24.43%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=42.61%
G=24.43%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512917400.430.230.12331.8861.5469.41
HexE181AE02B17C14c3e45
Octal341201256053271451476105
Binary11100001100000011010111001010111011111001010011001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E181AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E181AE; }

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

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

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

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

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

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

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

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