#E78CAF

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

Shades of Kobi #E78CAF

Tints of Kobi #E78CAF

Color information

#E78CAF (or 0xE78CAF) is unknown color: approx Kobi. HEX triplet: E7, 8C and AF. RGB value is (231,140,175). Sum of RGB (Red+Green+Blue) = 231+140+175=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 140 (55.08% from 255 or 25.64% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E78CAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78CAF is #187350. Grayscale: #ABABAB. Windows color (decimal): -1602385 or 11504871. OLE color: 11504871.

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

Color convert

RGB231140175-
CMYK00.390.240.09
HSL336.92º65.47%72.75%-
HSV(B)336.92º39.39%90.59%-
XYZ50.0738.8445.42-
YUV171.2130.15170.65-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.31%
GREEN value IS 140 (55.08% from 255) = 25.64%
BLUE value IS 175 (68.75% from 255) = 32.05%
R=42.31%
G=25.64%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114017500.390.240.09336.9265.4772.75
HexE78CAF0271891514149
Octal3472142570473011521101111
Binary111001111000110010101111010011111000100110101000110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78CAF; }

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

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

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

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

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

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

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

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