#EF8FB4

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

Shades of Illusion #EF8FB4

Tints of Illusion #EF8FB4

Color information

#EF8FB4 (or 0xEF8FB4) is unknown color: approx Illusion. HEX triplet: EF, 8F and B4. RGB value is (239,143,180). Sum of RGB (Red+Green+Blue) = 239+143+180=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 180 (70.70% from 255 or 32.03% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8FB4 is #10704B. Grayscale: #AFAFAF. Windows color (decimal): -1077324 or 11833327. OLE color: 11833327.

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

Color convert

RGB239143180-
CMYK00.400.250.06
HSL336.88º75%74.9%-
HSV(B)336.88º40.17%93.73%-
XYZ53.6641.2948.32-
YUV175.92130.3172.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.53%
GREEN value IS 143 (56.25% from 255) = 25.44%
BLUE value IS 180 (70.70% from 255) = 32.03%
R=42.53%
G=25.44%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914318000.400.250.06336.887574.9
HexEF8FB40281961514b4b
Octal357217264050316521113113
Binary11101111100011111011010001010001100111010101000110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8FB4; }

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

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

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

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

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

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

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

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