#E289AA

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

Shades of Kobi #E289AA

Tints of Kobi #E289AA

Color information

#E289AA (or 0xE289AA) is unknown color: approx Kobi. HEX triplet: E2, 89 and AA. RGB value is (226,137,170). Sum of RGB (Red+Green+Blue) = 226+137+170=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 137 (53.91% from 255 or 25.70% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 226 - color contains mainly: red. Hex color #E289AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E289AA is #1D7655. Grayscale: #A7A7A7. Windows color (decimal): -1930838 or 11176418. OLE color: 11176418.

HSL color Cylindrical-coordinate representation of color #E289AA: hue angle of 337.75º 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 #E289AA is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB226137170-
CMYK00.390.250.11
HSL337.75º60.54%71.18%-
HSV(B)337.75º39.38%88.63%-
XYZ47.5736.9642.66-
YUV167.37129.49169.82-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.40%
GREEN value IS 137 (53.91% from 255) = 25.70%
BLUE value IS 170 (66.80% from 255) = 31.89%
R=42.40%
G=25.70%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613717000.390.250.11337.7560.5471.18
HexE289AA02719B1523d47
Octal342211252047311352275107
Binary11100010100010011010101001001111100110111010100101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E289AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E289AA; }

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

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

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

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

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

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

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

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