#E182B1

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

Shades of Kobi #E182B1

Tints of Kobi #E182B1

Color information

#E182B1 (or 0xE182B1) is unknown color: approx Kobi. HEX triplet: E1, 82 and B1. RGB value is (225,130,177). Sum of RGB (Red+Green+Blue) = 225+130+177=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 130 (51.17% from 255 or 24.44% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E182B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E182B1 is #1E7D4E. Grayscale: #A3A3A3. Windows color (decimal): -1998159 or 11633377. OLE color: 11633377.

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

Color convert

RGB225130177-
CMYK00.420.210.12
HSL330.32º61.29%69.61%-
HSV(B)330.32º42.22%88.24%-
XYZ46.9735.1545.9-
YUV163.76135.47171.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.29%
GREEN value IS 130 (51.17% from 255) = 24.44%
BLUE value IS 177 (69.53% from 255) = 33.27%
R=42.29%
G=24.44%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513017700.420.210.12330.3261.2969.61
HexE182B102A15C14a3d46
Octal341202261052251451275106
Binary11100001100000101011000101010101010111001010010101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E182B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E182B1; }

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

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

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

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

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

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

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

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