#E785AA

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

Shades of Kobi #E785AA

Tints of Kobi #E785AA

Color information

#E785AA (or 0xE785AA) is unknown color: approx Kobi. HEX triplet: E7, 85 and AA. RGB value is (231,133,170). Sum of RGB (Red+Green+Blue) = 231+133+170=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E785AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E785AA is #187A55. Grayscale: #A6A6A6. Windows color (decimal): -1604182 or 11175399. OLE color: 11175399.

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

Color convert

RGB231133170-
CMYK00.420.260.09
HSL337.35º67.12%71.37%-
HSV(B)337.35º42.42%90.59%-
XYZ48.636.6742.55-
YUV166.52129.97173.99-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.26%
GREEN value IS 133 (52.34% from 255) = 24.91%
BLUE value IS 170 (66.80% from 255) = 31.84%
R=43.26%
G=24.91%
B=31.84%

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
Decimal23113317000.420.260.09337.3567.1271.37
HexE785AA02A1A91514347
Octal3472052520523211521103107
Binary111001111000010110101010010101011010100110101000110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E785AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E785AA; }

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

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

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

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

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

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

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

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