#E78BAD

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

Shades of Kobi #E78BAD

Tints of Kobi #E78BAD

Color information

#E78BAD (or 0xE78BAD) is unknown color: approx Kobi. HEX triplet: E7, 8B and AD. RGB value is (231,139,173). Sum of RGB (Red+Green+Blue) = 231+139+173=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 139 (54.69% from 255 or 25.60% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E78BAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78BAD is #187452. Grayscale: #AAAAAA. Windows color (decimal): -1602643 or 11373543. OLE color: 11373543.

HSL color Cylindrical-coordinate representation of color #E78BAD: hue angle of 337.83º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E78BAD is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB231139173-
CMYK00.400.250.09
HSL337.83º65.71%72.55%-
HSV(B)337.83º39.83%90.59%-
XYZ49.7338.4744.34-
YUV170.38129.48171.24-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.54%
GREEN value IS 139 (54.69% from 255) = 25.60%
BLUE value IS 173 (67.97% from 255) = 31.86%
R=42.54%
G=25.60%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113917300.400.250.09337.8365.7172.55
HexE78BAD0281991524249
Octal3472132550503111522102111
Binary111001111000101110101101010100011001100110101001010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78BAD; }

 p { color: rgb(231,139,173); }

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

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

 a { background-color: rgb(231,139,173); }

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

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

 span { border-color: rgb(231,139,173); }

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