#EF56A0

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

Shades of Brilliant Rose #EF56A0

Tints of Brilliant Rose #EF56A0

Color information

#EF56A0 (or 0xEF56A0) is unknown color: approx Brilliant Rose. HEX triplet: EF, 56 and A0. RGB value is (239,86,160). Sum of RGB (Red+Green+Blue) = 239+86+160=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 86 (33.98% from 255 or 17.73% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF56A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF56A0 is #10A95F. Grayscale: #8C8C8C. Windows color (decimal): -1091936 or 10508015. OLE color: 10508015.

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

Color convert

RGB23986160-
CMYK00.640.330.06
HSL330.98º82.7%63.73%-
HSV(B)330.98º64.02%93.73%-
XYZ45.2727.5436.19-
YUV140.18139.19198.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.28%
GREEN value IS 86 (33.98% from 255) = 17.73%
BLUE value IS 160 (62.89% from 255) = 32.99%
R=49.28%
G=17.73%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2398616000.640.330.06330.9882.763.73
HexEF56A004021614b5340
Octal3571262400100416513123100
Binary111011111010110101000000100000010000111010100101110100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF56A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF56A0; }

 p { color: rgb(239,86,160); }

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

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

 a { background-color: rgb(239,86,160); }

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

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

 span { border-color: rgb(239,86,160); }

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