#EA8CAD

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

Shades of Illusion #EA8CAD

Tints of Illusion #EA8CAD

Color information

#EA8CAD (or 0xEA8CAD) is unknown color: approx Illusion. HEX triplet: EA, 8C and AD. RGB value is (234,140,173). Sum of RGB (Red+Green+Blue) = 234+140+173=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 140 (55.08% from 255 or 25.59% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8CAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8CAD is #157352. Grayscale: #ABABAB. Windows color (decimal): -1405779 or 11373802. OLE color: 11373802.

HSL color Cylindrical-coordinate representation of color #EA8CAD: hue angle of 338.94º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA8CAD is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB234140173-
CMYK00.400.260.08
HSL338.94º69.12%73.33%-
HSV(B)338.94º40.17%91.76%-
XYZ50.8539.2744.43-
YUV171.87128.64172.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.78%
GREEN value IS 140 (55.08% from 255) = 25.59%
BLUE value IS 173 (67.97% from 255) = 31.63%
R=42.78%
G=25.59%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414017300.400.260.08338.9469.1273.33
HexEA8CAD0281A81534549
Octal3522142550503210523105111
Binary111010101000110010101101010100011010100010101001110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8CAD; }

 p { color: rgb(234,140,173); }

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

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

 a { background-color: rgb(234,140,173); }

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

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

 span { border-color: rgb(234,140,173); }

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