#EF8EB4

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

Shades of Illusion #EF8EB4

Tints of Illusion #EF8EB4

Color information

#EF8EB4 (or 0xEF8EB4) is unknown color: approx Illusion. HEX triplet: EF, 8E and B4. RGB value is (239,142,180). Sum of RGB (Red+Green+Blue) = 239+142+180=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 142 (55.86% from 255 or 25.31% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8EB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8EB4 is #10714B. Grayscale: #AFAFAF. Windows color (decimal): -1077580 or 11833071. OLE color: 11833071.

HSL color Cylindrical-coordinate representation of color #EF8EB4: hue angle of 336.49º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8EB4 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB239142180-
CMYK00.410.250.06
HSL336.49º75.19%74.71%-
HSV(B)336.49º40.59%93.73%-
XYZ53.5140.9948.27-
YUV175.34130.64173.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.60%
GREEN value IS 142 (55.86% from 255) = 25.31%
BLUE value IS 180 (70.70% from 255) = 32.09%
R=42.60%
G=25.31%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914218000.410.250.06336.4975.1974.71
HexEF8EB40291961504b4b
Octal357216264051316520113113
Binary11101111100011101011010001010011100111010101000010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8EB4; }

 p { color: rgb(239,142,180); }

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

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

 a { background-color: rgb(239,142,180); }

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

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

 span { border-color: rgb(239,142,180); }

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