#E1909E

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

Shades of Kobi #E1909E

Tints of Kobi #E1909E

Color information

#E1909E (or 0xE1909E) is unknown color: approx Kobi. HEX triplet: E1, 90 and 9E. RGB value is (225,144,158). Sum of RGB (Red+Green+Blue) = 225+144+158=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 158 (62.11% from 255 or 29.98% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E1909E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1909E is #1E6F61. Grayscale: #A9A9A9. Windows color (decimal): -1994594 or 10391777. OLE color: 10391777.

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

Color convert

RGB225144158-
CMYK00.360.300.12
HSL349.63º57.45%72.35%-
HSV(B)349.63º36%88.24%-
XYZ47.238.4237.28-
YUV169.82121.34167.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.69%
GREEN value IS 144 (56.64% from 255) = 27.32%
BLUE value IS 158 (62.11% from 255) = 29.98%
R=42.69%
G=27.32%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514415800.360.300.12349.6357.4572.35
HexE1909E0241EC15e3948
Octal341220236044361453671110
Binary11100001100100001001111001001001111011001010111101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1909E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1909E; }

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

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

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

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

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

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

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

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