#E785A7

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

Shades of Kobi #E785A7

Tints of Kobi #E785A7

Color information

#E785A7 (or 0xE785A7) is unknown color: approx Kobi. HEX triplet: E7, 85 and A7. RGB value is (231,133,167). Sum of RGB (Red+Green+Blue) = 231+133+167=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 167 (65.62% from 255 or 31.45% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E785A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E785A7 is #187A58. Grayscale: #A6A6A6. Windows color (decimal): -1604185 or 10978791. OLE color: 10978791.

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

Color convert

RGB231133167-
CMYK00.420.280.09
HSL339.18º67.12%71.37%-
HSV(B)339.18º42.42%90.59%-
XYZ48.3236.5541.07-
YUV166.18128.47174.24-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.50%
GREEN value IS 133 (52.34% from 255) = 25.05%
BLUE value IS 167 (65.62% from 255) = 31.45%
R=43.50%
G=25.05%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113316700.420.280.09339.1867.1271.37
HexE785A702A1C91534347
Octal3472052470523411523103107
Binary111001111000010110100111010101011100100110101001110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E785A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E785A7; }

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

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

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

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

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

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

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

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