#E182B0

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

Shades of Kobi #E182B0

Tints of Kobi #E182B0

Color information

#E182B0 (or 0xE182B0) is unknown color: approx Kobi. HEX triplet: E1, 82 and B0. RGB value is (225,130,176). Sum of RGB (Red+Green+Blue) = 225+130+176=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 130 (51.17% from 255 or 24.48% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E182B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E182B0 is #1E7D4F. Grayscale: #A3A3A3. Windows color (decimal): -1998160 or 11567841. OLE color: 11567841.

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

Color convert

RGB225130176-
CMYK00.420.220.12
HSL330.95º61.29%69.61%-
HSV(B)330.95º42.22%88.24%-
XYZ46.8735.1145.38-
YUV163.65134.97171.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.37%
GREEN value IS 130 (51.17% from 255) = 24.48%
BLUE value IS 176 (69.14% from 255) = 33.15%
R=42.37%
G=24.48%
B=33.15%

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
Decimal22513017600.420.220.12330.9561.2969.61
HexE182B002A16C14b3d46
Octal341202260052261451375106
Binary11100001100000101011000001010101011011001010010111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E182B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E182B0; }

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

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

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

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

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

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

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

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