#E284A6

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

Shades of Kobi #E284A6

Tints of Kobi #E284A6

Color information

#E284A6 (or 0xE284A6) is unknown color: approx Kobi. HEX triplet: E2, 84 and A6. RGB value is (226,132,166). Sum of RGB (Red+Green+Blue) = 226+132+166=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E284A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E284A6 is #1D7B59. Grayscale: #A3A3A3. Windows color (decimal): -1932122 or 10912994. OLE color: 10912994.

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

Color convert

RGB226132166-
CMYK00.420.270.11
HSL338.3º61.84%70.2%-
HSV(B)338.3º41.59%88.63%-
XYZ46.535.4240.46-
YUV163.98129.14172.24-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.13%
GREEN value IS 132 (51.95% from 255) = 25.19%
BLUE value IS 166 (65.23% from 255) = 31.68%
R=43.13%
G=25.19%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613216600.420.270.11338.361.8470.2
HexE284A602A1BB1523e46
Octal342204246052331352276106
Binary11100010100001001010011001010101101110111010100101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E284A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E284A6; }

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

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

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

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

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

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

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

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