#EA98B3

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

Shades of Illusion #EA98B3

Tints of Illusion #EA98B3

Color information

#EA98B3 (or 0xEA98B3) is unknown color: approx Illusion. HEX triplet: EA, 98 and B3. RGB value is (234,152,179). Sum of RGB (Red+Green+Blue) = 234+152+179=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EA98B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA98B3 is #15674C. Grayscale: #B3B3B3. Windows color (decimal): -1402701 or 11770090. OLE color: 11770090.

HSL color Cylindrical-coordinate representation of color #EA98B3: hue angle of 340.24º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EA98B3 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB234152179-
CMYK00.350.240.08
HSL340.24º66.13%75.69%-
HSV(B)340.24º35.04%91.76%-
XYZ53.343.248.18-
YUV179.6127.67166.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.42%
GREEN value IS 152 (59.77% from 255) = 26.90%
BLUE value IS 179 (70.31% from 255) = 31.68%
R=41.42%
G=26.90%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415217900.350.240.08340.2466.1375.69
HexEA98B3023188154424c
Octal3522302630433010524102114
Binary111010101001100010110011010001111000100010101010010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA98B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA98B3; }

 p { color: rgb(234,152,179); }

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

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

 a { background-color: rgb(234,152,179); }

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

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

 span { border-color: rgb(234,152,179); }

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