#E2909F

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

Shades of Kobi #E2909F

Tints of Kobi #E2909F

Color information

#E2909F (or 0xE2909F) is unknown color: approx Kobi. HEX triplet: E2, 90 and 9F. RGB value is (226,144,159). Sum of RGB (Red+Green+Blue) = 226+144+159=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E2909F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2909F is #1D6F60. Grayscale: #AAAAAA. Windows color (decimal): -1929057 or 10457314. OLE color: 10457314.

HSL color Cylindrical-coordinate representation of color #E2909F: hue angle of 349.02º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E2909F is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB226144159-
CMYK00.360.300.11
HSL349.02º58.57%72.55%-
HSV(B)349.02º36.28%88.63%-
XYZ47.638.6237.75-
YUV170.23121.67167.78-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.72%
GREEN value IS 144 (56.64% from 255) = 27.22%
BLUE value IS 159 (62.5% from 255) = 30.06%
R=42.72%
G=27.22%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614415900.360.300.11349.0258.5772.55
HexE2909F0241EB15d3b49
Octal342220237044361353573111
Binary11100010100100001001111101001001111010111010111011110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2909F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2909F; }

 p { color: rgb(226,144,159); }

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

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

 a { background-color: rgb(226,144,159); }

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

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

 span { border-color: rgb(226,144,159); }

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