#E190B0

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

Shades of Kobi #E190B0

Tints of Kobi #E190B0

Color information

#E190B0 (or 0xE190B0) is unknown color: approx Kobi. HEX triplet: E1, 90 and B0. RGB value is (225,144,176). Sum of RGB (Red+Green+Blue) = 225+144+176=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E190B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E190B0 is #1E6F4F. Grayscale: #ABABAB. Windows color (decimal): -1994576 or 11571425. OLE color: 11571425.

HSL color Cylindrical-coordinate representation of color #E190B0: hue angle of 336.3º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E190B0 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB225144176-
CMYK00.360.220.12
HSL336.3º57.45%72.35%-
HSV(B)336.3º36%88.24%-
XYZ48.8639.0946.04-
YUV171.87130.34165.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.28%
GREEN value IS 144 (56.64% from 255) = 26.42%
BLUE value IS 176 (69.14% from 255) = 32.29%
R=41.28%
G=26.42%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514417600.360.220.12336.357.4572.35
HexE190B002416C1503948
Octal341220260044261452071110
Binary11100001100100001011000001001001011011001010100001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E190B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E190B0; }

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

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

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

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

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

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

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

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