#E182AF

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

Shades of Kobi #E182AF

Tints of Kobi #E182AF

Color information

#E182AF (or 0xE182AF) is unknown color: approx Kobi. HEX triplet: E1, 82 and AF. RGB value is (225,130,175). Sum of RGB (Red+Green+Blue) = 225+130+175=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 130 (51.17% from 255 or 24.53% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E182AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E182AF is #1E7D50. Grayscale: #A3A3A3. Windows color (decimal): -1998161 or 11502305. OLE color: 11502305.

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

Color convert

RGB225130175-
CMYK00.420.220.12
HSL331.58º61.29%69.61%-
HSV(B)331.58º42.22%88.24%-
XYZ46.7735.0744.86-
YUV163.53134.47171.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.45%
GREEN value IS 130 (51.17% from 255) = 24.53%
BLUE value IS 175 (68.75% from 255) = 33.02%
R=42.45%
G=24.53%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513017500.420.220.12331.5861.2969.61
HexE182AF02A16C14c3d46
Octal341202257052261451475106
Binary11100001100000101010111101010101011011001010011001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E182AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E182AF; }

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

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

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

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

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

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

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

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