#E88DAF

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

Shades of Kobi #E88DAF

Tints of Kobi #E88DAF

Color information

#E88DAF (or 0xE88DAF) is unknown color: approx Kobi. HEX triplet: E8, 8D and AF. RGB value is (232,141,175). Sum of RGB (Red+Green+Blue) = 232+141+175=548 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.34% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 232 - color contains mainly: red. Hex color #E88DAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88DAF is #177250. Grayscale: #ACACAC. Windows color (decimal): -1536593 or 11505128. OLE color: 11505128.

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

Color convert

RGB232141175-
CMYK00.390.250.09
HSL337.58º66.42%73.14%-
HSV(B)337.58º39.22%90.98%-
XYZ50.5439.345.48-
YUV172.08129.65170.74-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.34%
GREEN value IS 141 (55.47% from 255) = 25.73%
BLUE value IS 175 (68.75% from 255) = 31.93%
R=42.34%
G=25.73%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214117500.390.250.09337.5866.4273.14
HexE88DAF0271991524249
Octal3502152570473111522102111
Binary111010001000110110101111010011111001100110101001010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88DAF; }

 p { color: rgb(232,141,175); }

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

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

 a { background-color: rgb(232,141,175); }

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

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

 span { border-color: rgb(232,141,175); }

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