#E78DB3

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

Shades of Kobi #E78DB3

Tints of Kobi #E78DB3

Color information

#E78DB3 (or 0xE78DB3) is unknown color: approx Kobi. HEX triplet: E7, 8D and B3. RGB value is (231,141,179). Sum of RGB (Red+Green+Blue) = 231+141+179=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E78DB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78DB3 is #18724C. Grayscale: #ACACAC. Windows color (decimal): -1602125 or 11767271. OLE color: 11767271.

HSL color Cylindrical-coordinate representation of color #E78DB3: hue angle of 334.67º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E78DB3 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB231141179-
CMYK00.390.230.09
HSL334.67º65.22%72.94%-
HSV(B)334.67º38.96%90.59%-
XYZ50.6239.2947.56-
YUV172.24131.82169.91-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.92%
GREEN value IS 141 (55.47% from 255) = 25.59%
BLUE value IS 179 (70.31% from 255) = 32.49%
R=41.92%
G=25.59%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114117900.390.230.09334.6765.2272.94
HexE78DB302717914f4149
Octal3472152630472711517101111
Binary111001111000110110110011010011110111100110100111110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78DB3; }

 p { color: rgb(231,141,179); }

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

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

 a { background-color: rgb(231,141,179); }

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

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

 span { border-color: rgb(231,141,179); }

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