#E788AF

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

Shades of Kobi #E788AF

Tints of Kobi #E788AF

Color information

#E788AF (or 0xE788AF) is unknown color: approx Kobi. HEX triplet: E7, 88 and AF. RGB value is (231,136,175). Sum of RGB (Red+Green+Blue) = 231+136+175=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 136 (53.52% from 255 or 25.09% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 231 - color contains mainly: red. Hex color #E788AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E788AF is #187750. Grayscale: #A8A8A8. Windows color (decimal): -1603409 or 11503847. OLE color: 11503847.

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

Color convert

RGB231136175-
CMYK00.410.240.09
HSL335.37º66.43%71.96%-
HSV(B)335.37º41.13%90.59%-
XYZ49.537.6945.22-
YUV168.85131.47172.33-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.62%
GREEN value IS 136 (53.52% from 255) = 25.09%
BLUE value IS 175 (68.75% from 255) = 32.29%
R=42.62%
G=25.09%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113617500.410.240.09335.3766.4371.96
HexE788AF02918914f4248
Octal3472102570513011517102110
Binary111001111000100010101111010100111000100110100111110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E788AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E788AF; }

 p { color: rgb(231,136,175); }

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

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

 a { background-color: rgb(231,136,175); }

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

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

 span { border-color: rgb(231,136,175); }

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