#e788a8

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

Shades of Kobi #E788A8

Tints of Kobi #E788A8

Color information

#E788A8 (or 0xE788A8) is unknown color: approx Kobi. HEX triplet: E7, 88 and A8. RGB value is (231,136,168). Sum of RGB (Red+Green+Blue) = 231+136+168=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 136 (53.52% from 255 or 25.42% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E788A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E788A8 is #187757. Grayscale: #A8A8A8. Windows color (decimal): -1603416 or 11045095. OLE color: 11045095.

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

Color convert

RGB231136168-
CMYK00.410.270.09
HSL339.79º66.43%71.96%-
HSV(B)339.79º41.13%90.59%-
XYZ48.8337.4241.7-
YUV168.05127.97172.9-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.18%
GREEN value IS 136 (53.52% from 255) = 25.42%
BLUE value IS 168 (66.02% from 255) = 31.40%
R=43.18%
G=25.42%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113616800.410.270.09339.7966.4371.96
HexE788A80291B91544248
Octal3472102500513311524102110
Binary111001111000100010101000010100111011100110101010010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e788a8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e788a8; }

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

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

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

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

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

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

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

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