#E78CB2

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

Shades of Kobi #E78CB2

Tints of Kobi #E78CB2

Color information

#E78CB2 (or 0xE78CB2) is unknown color: approx Kobi. HEX triplet: E7, 8C and B2. RGB value is (231,140,178). Sum of RGB (Red+Green+Blue) = 231+140+178=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 140 (55.08% from 255 or 25.50% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E78CB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78CB2 is #18734D. Grayscale: #ABABAB. Windows color (decimal): -1602382 or 11701479. OLE color: 11701479.

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

Color convert

RGB231140178-
CMYK00.390.230.09
HSL334.95º65.47%72.75%-
HSV(B)334.95º39.39%90.59%-
XYZ50.3738.9646.98-
YUV171.54131.65170.41-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.08%
GREEN value IS 140 (55.08% from 255) = 25.50%
BLUE value IS 178 (69.92% from 255) = 32.42%
R=42.08%
G=25.50%
B=32.42%

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
Decimal23114017800.390.230.09334.9565.4772.75
HexE78CB202717914f4149
Octal3472142620472711517101111
Binary111001111000110010110010010011110111100110100111110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78CB2; }

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

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

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

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

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

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

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

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