#E289B2

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

Shades of Kobi #E289B2

Tints of Kobi #E289B2

Color information

#E289B2 (or 0xE289B2) is unknown color: approx Kobi. HEX triplet: E2, 89 and B2. RGB value is (226,137,178). Sum of RGB (Red+Green+Blue) = 226+137+178=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 137 (53.91% from 255 or 25.32% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 226 - color contains mainly: red. Hex color #E289B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E289B2 is #1D764D. Grayscale: #A8A8A8. Windows color (decimal): -1930830 or 11700706. OLE color: 11700706.

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

Color convert

RGB226137178-
CMYK00.390.210.11
HSL332.36º60.54%71.18%-
HSV(B)332.36º39.38%88.63%-
XYZ48.3537.2746.77-
YUV168.28133.49169.17-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.77%
GREEN value IS 137 (53.91% from 255) = 25.32%
BLUE value IS 178 (69.92% from 255) = 32.90%
R=41.77%
G=25.32%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613717800.390.210.11332.3660.5471.18
HexE289B202715B14c3d47
Octal342211262047251351475107
Binary11100010100010011011001001001111010110111010011001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E289B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E289B2; }

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

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

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

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

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

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

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

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