#E785AB

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

Shades of Kobi #E785AB

Tints of Kobi #E785AB

Color information

#E785AB (or 0xE785AB) is unknown color: approx Kobi. HEX triplet: E7, 85 and AB. RGB value is (231,133,171). Sum of RGB (Red+Green+Blue) = 231+133+171=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E785AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E785AB is #187A54. Grayscale: #A6A6A6. Windows color (decimal): -1604181 or 11240935. OLE color: 11240935.

HSL color Cylindrical-coordinate representation of color #E785AB: hue angle of 336.73º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E785AB is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB231133171-
CMYK00.420.260.09
HSL336.73º67.12%71.37%-
HSV(B)336.73º42.42%90.59%-
XYZ48.6936.743.05-
YUV166.63130.47173.91-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.18%
GREEN value IS 133 (52.34% from 255) = 24.86%
BLUE value IS 171 (67.19% from 255) = 31.96%
R=43.18%
G=24.86%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113317100.420.260.09336.7367.1271.37
HexE785AB02A1A91514347
Octal3472052530523211521103107
Binary111001111000010110101011010101011010100110101000110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E785AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E785AB; }

 p { color: rgb(231,133,171); }

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

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

 a { background-color: rgb(231,133,171); }

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

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

 span { border-color: rgb(231,133,171); }

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