#E786AD

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

Shades of Kobi #E786AD

Tints of Kobi #E786AD

Color information

#E786AD (or 0xE786AD) is unknown color: approx Kobi. HEX triplet: E7, 86 and AD. RGB value is (231,134,173). Sum of RGB (Red+Green+Blue) = 231+134+173=538 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.94% from 538); Green value is 134 (52.73% from 255 or 24.91% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 231 - color contains mainly: red. Hex color #E786AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E786AD is #187952. Grayscale: #A7A7A7. Windows color (decimal): -1603923 or 11372263. OLE color: 11372263.

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

Color convert

RGB231134173-
CMYK00.420.250.09
HSL335.88º66.9%71.57%-
HSV(B)335.88º41.99%90.59%-
XYZ49.0237.0644.1-
YUV167.45131.14173.33-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.94%
GREEN value IS 134 (52.73% from 255) = 24.91%
BLUE value IS 173 (67.97% from 255) = 32.16%
R=42.94%
G=24.91%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113417300.420.250.09335.8866.971.57
HexE786AD02A1991504348
Octal3472062550523111520103110
Binary111001111000011010101101010101011001100110101000010000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E786AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E786AD; }

 p { color: rgb(231,134,173); }

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

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

 a { background-color: rgb(231,134,173); }

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

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

 span { border-color: rgb(231,134,173); }

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