#E790A8

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

Shades of Kobi #E790A8

Tints of Kobi #E790A8

Color information

#E790A8 (or 0xE790A8) is unknown color: approx Kobi. HEX triplet: E7, 90 and A8. RGB value is (231,144,168). Sum of RGB (Red+Green+Blue) = 231+144+168=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E790A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E790A8 is #186F57. Grayscale: #ACACAC. Windows color (decimal): -1601368 or 11047143. OLE color: 11047143.

HSL color Cylindrical-coordinate representation of color #E790A8: hue angle of 343.45º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E790A8 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB231144168-
CMYK00.380.270.09
HSL343.45º64.44%73.53%-
HSV(B)343.45º37.66%90.59%-
XYZ5039.7642.09-
YUV172.75125.32169.55-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.54%
GREEN value IS 144 (56.64% from 255) = 26.52%
BLUE value IS 168 (66.02% from 255) = 30.94%
R=42.54%
G=26.52%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114416800.380.270.09343.4564.4473.53
HexE790A80261B9157404a
Octal3472202500463311527100112
Binary111001111001000010101000010011011011100110101011110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E790A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E790A8; }

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

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

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

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

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

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

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

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