#E285B3

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

Shades of Kobi #E285B3

Tints of Kobi #E285B3

Color information

#E285B3 (or 0xE285B3) is unknown color: approx Kobi. HEX triplet: E2, 85 and B3. RGB value is (226,133,179). Sum of RGB (Red+Green+Blue) = 226+133+179=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 133 (52.34% from 255 or 24.72% from 538); Blue value is 179 (70.31% from 255 or 33.27% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E285B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E285B3 is #1D7A4C. Grayscale: #A5A5A5. Windows color (decimal): -1931853 or 11765218. OLE color: 11765218.

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

Color convert

RGB226133179-
CMYK00.410.210.11
HSL330.32º61.59%70.39%-
HSV(B)330.32º41.15%88.63%-
XYZ47.8936.247.11-
YUV166.05135.31170.76-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.01%
GREEN value IS 133 (52.34% from 255) = 24.72%
BLUE value IS 179 (70.31% from 255) = 33.27%
R=42.01%
G=24.72%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613317900.410.210.11330.3261.5970.39
HexE285B302915B14a3e46
Octal342205263051251351276106
Binary11100010100001011011001101010011010110111010010101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E285B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E285B3; }

 p { color: rgb(226,133,179); }

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

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

 a { background-color: rgb(226,133,179); }

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

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

 span { border-color: rgb(226,133,179); }

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