#E88FAE

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

Shades of Kobi #E88FAE

Tints of Kobi #E88FAE

Color information

#E88FAE (or 0xE88FAE) is unknown color: approx Kobi. HEX triplet: E8, 8F and AE. RGB value is (232,143,174). Sum of RGB (Red+Green+Blue) = 232+143+174=549 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.26% from 549); Green value is 143 (56.25% from 255 or 26.05% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 232 - color contains mainly: red. Hex color #E88FAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88FAE is #177051. Grayscale: #ADADAD. Windows color (decimal): -1536082 or 11440104. OLE color: 11440104.

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

Color convert

RGB232143174-
CMYK00.380.250.09
HSL339.1º65.93%73.53%-
HSV(B)339.1º38.36%90.98%-
XYZ50.7439.8645.06-
YUV173.14128.49169.98-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.26%
GREEN value IS 143 (56.25% from 255) = 26.05%
BLUE value IS 174 (68.36% from 255) = 31.69%
R=42.26%
G=26.05%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214317400.380.250.09339.165.9373.53
HexE88FAE026199153424a
Octal3502172560463111523102112
Binary111010001000111110101110010011011001100110101001110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88FAE; }

 p { color: rgb(232,143,174); }

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

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

 a { background-color: rgb(232,143,174); }

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

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

 span { border-color: rgb(232,143,174); }

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