#E88BAD

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

Shades of Kobi #E88BAD

Tints of Kobi #E88BAD

Color information

#E88BAD (or 0xE88BAD) is unknown color: approx Kobi. HEX triplet: E8, 8B and AD. RGB value is (232,139,173). Sum of RGB (Red+Green+Blue) = 232+139+173=544 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.65% from 544); Green value is 139 (54.69% from 255 or 25.55% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 232 - color contains mainly: red. Hex color #E88BAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88BAD is #177452. Grayscale: #AAAAAA. Windows color (decimal): -1537107 or 11373544. OLE color: 11373544.

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

Color convert

RGB232139173-
CMYK00.400.250.09
HSL338.06º66.91%72.75%-
HSV(B)338.06º40.09%90.98%-
XYZ50.0538.6444.35-
YUV170.68129.31171.74-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.65%
GREEN value IS 139 (54.69% from 255) = 25.55%
BLUE value IS 173 (67.97% from 255) = 31.80%
R=42.65%
G=25.55%
B=31.80%

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
Decimal23213917300.400.250.09338.0666.9172.75
HexE88BAD0281991524349
Octal3502132550503111522103111
Binary111010001000101110101101010100011001100110101001010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88BAD; }

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

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

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

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

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

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

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

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