#E98CAC

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

Shades of Kobi #E98CAC

Tints of Kobi #E98CAC

Color information

#E98CAC (or 0xE98CAC) is unknown color: approx Kobi. HEX triplet: E9, 8C and AC. RGB value is (233,140,172). Sum of RGB (Red+Green+Blue) = 233+140+172=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 233 - color contains mainly: red. Hex color #E98CAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98CAC is #167353. Grayscale: #ABABAB. Windows color (decimal): -1471316 or 11308265. OLE color: 11308265.

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

Color convert

RGB233140172-
CMYK00.400.260.09
HSL339.35º67.88%73.14%-
HSV(B)339.35º39.91%91.37%-
XYZ50.4339.0643.91-
YUV171.46128.31171.9-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.75%
GREEN value IS 140 (55.08% from 255) = 25.69%
BLUE value IS 172 (67.58% from 255) = 31.56%
R=42.75%
G=25.69%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314017200.400.260.09339.3567.8873.14
HexE98CAC0281A91534449
Octal3512142540503211523104111
Binary111010011000110010101100010100011010100110101001110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98CAC; }

 p { color: rgb(233,140,172); }

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

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

 a { background-color: rgb(233,140,172); }

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

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

 span { border-color: rgb(233,140,172); }

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