#E289A8

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

Shades of Kobi #E289A8

Tints of Kobi #E289A8

Color information

#E289A8 (or 0xE289A8) is unknown color: approx Kobi. HEX triplet: E2, 89 and A8. RGB value is (226,137,168). Sum of RGB (Red+Green+Blue) = 226+137+168=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 226 - color contains mainly: red. Hex color #E289A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E289A8 is #1D7657. Grayscale: #A7A7A7. Windows color (decimal): -1930840 or 11045346. OLE color: 11045346.

HSL color Cylindrical-coordinate representation of color #E289A8: hue angle of 339.1º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E289A8 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB226137168-
CMYK00.390.260.11
HSL339.1º60.54%71.18%-
HSV(B)339.1º39.38%88.63%-
XYZ47.3836.8941.67-
YUV167.14128.49169.98-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.56%
GREEN value IS 137 (53.91% from 255) = 25.80%
BLUE value IS 168 (66.02% from 255) = 31.64%
R=42.56%
G=25.80%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613716800.390.260.11339.160.5471.18
HexE289A80271AB1533d47
Octal342211250047321352375107
Binary11100010100010011010100001001111101010111010100111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E289A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E289A8; }

 p { color: rgb(226,137,168); }

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

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

 a { background-color: rgb(226,137,168); }

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

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

 span { border-color: rgb(226,137,168); }

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