#E785A8

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

Shades of Kobi #E785A8

Tints of Kobi #E785A8

Color information

#E785A8 (or 0xE785A8) is unknown color: approx Kobi. HEX triplet: E7, 85 and A8. RGB value is (231,133,168). Sum of RGB (Red+Green+Blue) = 231+133+168=532 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.42% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 231 - color contains mainly: red. Hex color #E785A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E785A8 is #187A57. Grayscale: #A6A6A6. Windows color (decimal): -1604184 or 11044327. OLE color: 11044327.

HSL color Cylindrical-coordinate representation of color #E785A8: hue angle of 338.57º 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 #E785A8 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB231133168-
CMYK00.420.270.09
HSL338.57º67.12%71.37%-
HSV(B)338.57º42.42%90.59%-
XYZ48.4136.5941.56-
YUV166.29128.97174.15-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.42%
GREEN value IS 133 (52.34% from 255) = 25%
BLUE value IS 168 (66.02% from 255) = 31.58%
R=43.42%
G=25%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113316800.420.270.09338.5767.1271.37
HexE785A802A1B91534347
Octal3472052500523311523103107
Binary111001111000010110101000010101011011100110101001110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E785A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E785A8; }

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

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

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

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

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

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

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

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