#E181B0

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

Shades of Kobi #E181B0

Tints of Kobi #E181B0

Color information

#E181B0 (or 0xE181B0) is unknown color: approx Kobi. HEX triplet: E1, 81 and B0. RGB value is (225,129,176). Sum of RGB (Red+Green+Blue) = 225+129+176=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 129 (50.78% from 255 or 24.34% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E181B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E181B0 is #1E7E4F. Grayscale: #A2A2A2. Windows color (decimal): -1998416 or 11567585. OLE color: 11567585.

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

Color convert

RGB225129176-
CMYK00.430.220.12
HSL330.62º61.54%69.41%-
HSV(B)330.62º42.67%88.24%-
XYZ46.7434.8445.34-
YUV163.06135.3172.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.45%
GREEN value IS 129 (50.78% from 255) = 24.34%
BLUE value IS 176 (69.14% from 255) = 33.21%
R=42.45%
G=24.34%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512917600.430.220.12330.6261.5469.41
HexE181B002B16C14b3e45
Octal341201260053261451376105
Binary11100001100000011011000001010111011011001010010111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E181B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E181B0; }

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

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

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

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

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

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

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

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