#e287a2

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

Shades of Kobi #E287A2

Tints of Kobi #E287A2

Color information

#E287A2 (or 0xE287A2) is unknown color: approx Kobi. HEX triplet: E2, 87 and A2. RGB value is (226,135,162). Sum of RGB (Red+Green+Blue) = 226+135+162=523 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.21% from 523); Green value is 135 (53.12% from 255 or 25.81% from 523); Blue value is 162 (63.67% from 255 or 30.98% from 523); Max value from RGB is 226 - color contains mainly: red. Hex color #E287A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E287A2 is #1D785D. Grayscale: #A5A5A5. Windows color (decimal): -1931358 or 10651618. OLE color: 10651618.

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

Color convert

RGB226135162-
CMYK00.400.280.11
HSL342.2º61.07%70.78%-
HSV(B)342.2º40.27%88.63%-
XYZ46.5536.1138.7-
YUV165.29126.15171.3-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.21%
GREEN value IS 135 (53.12% from 255) = 25.81%
BLUE value IS 162 (63.67% from 255) = 30.98%
R=43.21%
G=25.81%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613516200.400.280.11342.261.0770.78
HexE287A20281CB1563d47
Octal342207242050341352675107
Binary11100010100001111010001001010001110010111010101101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e287a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e287a2; }

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

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

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

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

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

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

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

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