#E287AA

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

Shades of Kobi #E287AA

Tints of Kobi #E287AA

Color information

#E287AA (or 0xE287AA) is unknown color: approx Kobi. HEX triplet: E2, 87 and AA. RGB value is (226,135,170). Sum of RGB (Red+Green+Blue) = 226+135+170=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 135 (53.12% from 255 or 25.42% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 226 - color contains mainly: red. Hex color #E287AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E287AA is #1D7855. Grayscale: #A6A6A6. Windows color (decimal): -1931350 or 11175906. OLE color: 11175906.

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

Color convert

RGB226135170-
CMYK00.400.250.11
HSL336.92º61.07%70.78%-
HSV(B)336.92º40.27%88.63%-
XYZ47.2836.442.56-
YUV166.2130.15170.65-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.56%
GREEN value IS 135 (53.12% from 255) = 25.42%
BLUE value IS 170 (66.80% from 255) = 32.02%
R=42.56%
G=25.42%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613517000.400.250.11336.9261.0770.78
HexE287AA02819B1513d47
Octal342207252050311352175107
Binary11100010100001111010101001010001100110111010100011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E287AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E287AA; }

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

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

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

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

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

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

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

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