#E88BAE

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

Shades of Kobi #E88BAE

Tints of Kobi #E88BAE

Color information

#E88BAE (or 0xE88BAE) is unknown color: approx Kobi. HEX triplet: E8, 8B and AE. RGB value is (232,139,174). Sum of RGB (Red+Green+Blue) = 232+139+174=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 232 - color contains mainly: red. Hex color #E88BAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88BAE is #177451. Grayscale: #AAAAAA. Windows color (decimal): -1537106 or 11439080. OLE color: 11439080.

HSL color Cylindrical-coordinate representation of color #E88BAE: hue angle of 337.42º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E88BAE is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB232139174-
CMYK00.400.250.09
HSL337.42º66.91%72.75%-
HSV(B)337.42º40.09%90.98%-
XYZ50.1538.6844.87-
YUV170.8129.81171.65-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.57%
GREEN value IS 139 (54.69% from 255) = 25.50%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=42.57%
G=25.50%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213917400.400.250.09337.4266.9172.75
HexE88BAE0281991514349
Octal3502132560503111521103111
Binary111010001000101110101110010100011001100110101000110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88BAE; }

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

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

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

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

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

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

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

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