#E790B1

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

Shades of Kobi #E790B1

Tints of Kobi #E790B1

Color information

#E790B1 (or 0xE790B1) is unknown color: approx Kobi. HEX triplet: E7, 90 and B1. RGB value is (231,144,177). Sum of RGB (Red+Green+Blue) = 231+144+177=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E790B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E790B1 is #186F4E. Grayscale: #ADADAD. Windows color (decimal): -1601359 or 11636967. OLE color: 11636967.

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

Color convert

RGB231144177-
CMYK00.380.230.09
HSL337.24º64.44%73.53%-
HSV(B)337.24º37.66%90.59%-
XYZ50.8640.1146.66-
YUV173.77129.82168.82-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.85%
GREEN value IS 144 (56.64% from 255) = 26.09%
BLUE value IS 177 (69.53% from 255) = 32.07%
R=41.85%
G=26.09%
B=32.07%

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
Decimal23114417700.380.230.09337.2464.4473.53
HexE790B1026179151404a
Octal3472202610462711521100112
Binary111001111001000010110001010011010111100110101000110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E790B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E790B1; }

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

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

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

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

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

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

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

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