#E286A6

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

Shades of Kobi #E286A6

Tints of Kobi #E286A6

Color information

#E286A6 (or 0xE286A6) is unknown color: approx Kobi. HEX triplet: E2, 86 and A6. RGB value is (226,134,166). Sum of RGB (Red+Green+Blue) = 226+134+166=526 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.97% from 526); Green value is 134 (52.73% from 255 or 25.48% from 526); Blue value is 166 (65.23% from 255 or 31.56% from 526); Max value from RGB is 226 - color contains mainly: red. Hex color #E286A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E286A6 is #1D7959. Grayscale: #A5A5A5. Windows color (decimal): -1931610 or 10913506. OLE color: 10913506.

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

Color convert

RGB226134166-
CMYK00.410.270.11
HSL339.13º61.33%70.59%-
HSV(B)339.13º40.71%88.63%-
XYZ46.7735.9740.55-
YUV165.16128.48171.4-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.97%
GREEN value IS 134 (52.73% from 255) = 25.48%
BLUE value IS 166 (65.23% from 255) = 31.56%
R=42.97%
G=25.48%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613416600.410.270.11339.1361.3370.59
HexE286A60291BB1533d47
Octal342206246051331352375107
Binary11100010100001101010011001010011101110111010100111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E286A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E286A6; }

 p { color: rgb(226,134,166); }

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

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

 a { background-color: rgb(226,134,166); }

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

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

 span { border-color: rgb(226,134,166); }

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