#E182AA

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

Shades of Kobi #E182AA

Tints of Kobi #E182AA

Color information

#E182AA (or 0xE182AA) is unknown color: approx Kobi. HEX triplet: E1, 82 and AA. RGB value is (225,130,170). Sum of RGB (Red+Green+Blue) = 225+130+170=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E182AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E182AA is #1E7D55. Grayscale: #A2A2A2. Windows color (decimal): -1998166 or 11174625. OLE color: 11174625.

HSL color Cylindrical-coordinate representation of color #E182AA: hue angle of 334.74º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E182AA is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB225130170-
CMYK00.420.240.12
HSL334.74º61.29%69.61%-
HSV(B)334.74º42.22%88.24%-
XYZ46.2934.8842.32-
YUV162.96131.97172.25-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.86%
GREEN value IS 130 (51.17% from 255) = 24.76%
BLUE value IS 170 (66.80% from 255) = 32.38%
R=42.86%
G=24.76%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513017000.420.240.12334.7461.2969.61
HexE182AA02A18C14f3d46
Octal341202252052301451775106
Binary11100001100000101010101001010101100011001010011111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E182AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E182AA; }

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

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

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

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

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

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

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

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