#E88FB2

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

Shades of Kobi #E88FB2

Tints of Kobi #E88FB2

Color information

#E88FB2 (or 0xE88FB2) is unknown color: approx Kobi. HEX triplet: E8, 8F and B2. RGB value is (232,143,178). Sum of RGB (Red+Green+Blue) = 232+143+178=553 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.95% from 553); Green value is 143 (56.25% from 255 or 25.86% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 232 - color contains mainly: red. Hex color #E88FB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88FB2 is #17704D. Grayscale: #ADADAD. Windows color (decimal): -1536078 or 11702248. OLE color: 11702248.

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

Color convert

RGB232143178-
CMYK00.380.230.09
HSL336.4º65.93%73.53%-
HSV(B)336.4º38.36%90.98%-
XYZ51.1440.0247.15-
YUV173.6130.49169.65-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.95%
GREEN value IS 143 (56.25% from 255) = 25.86%
BLUE value IS 178 (69.92% from 255) = 32.19%
R=41.95%
G=25.86%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214317800.380.230.09336.465.9373.53
HexE88FB2026179150424a
Octal3502172620462711520102112
Binary111010001000111110110010010011010111100110101000010000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88FB2; }

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

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

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

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

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

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

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

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