#E790B2

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

Shades of Kobi #E790B2

Tints of Kobi #E790B2

Color information

#E790B2 (or 0xE790B2) is unknown color: approx Kobi. HEX triplet: E7, 90 and B2. RGB value is (231,144,178). Sum of RGB (Red+Green+Blue) = 231+144+178=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E790B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E790B2 is #186F4D. Grayscale: #ADADAD. Windows color (decimal): -1601358 or 11702503. OLE color: 11702503.

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

Color convert

RGB231144178-
CMYK00.380.230.09
HSL336.55º64.44%73.53%-
HSV(B)336.55º37.66%90.59%-
XYZ50.9640.1547.18-
YUV173.89130.32168.74-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.77%
GREEN value IS 144 (56.64% from 255) = 26.04%
BLUE value IS 178 (69.92% from 255) = 32.19%
R=41.77%
G=26.04%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114417800.380.230.09336.5564.4473.53
HexE790B2026179151404a
Octal3472202620462711521100112
Binary111001111001000010110010010011010111100110101000110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E790B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E790B2; }

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

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

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

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

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

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

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

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