#EF51A9

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

Shades of Brilliant Rose #EF51A9

Tints of Brilliant Rose #EF51A9

Color information

#EF51A9 (or 0xEF51A9) is unknown color: approx Brilliant Rose. HEX triplet: EF, 51 and A9. RGB value is (239,81,169). Sum of RGB (Red+Green+Blue) = 239+81+169=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 81 (32.03% from 255 or 16.56% from 489); Blue value is 169 (66.41% from 255 or 34.56% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EF51A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF51A9 is #10AE56. Grayscale: #8A8A8A. Windows color (decimal): -1093207 or 11096559. OLE color: 11096559.

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

Color convert

RGB23981169-
CMYK00.660.290.06
HSL326.58º83.16%62.75%-
HSV(B)326.58º66.11%93.73%-
XYZ45.727.140.36-
YUV138.27145.35199.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.88%
GREEN value IS 81 (32.03% from 255) = 16.56%
BLUE value IS 169 (66.41% from 255) = 34.56%
R=48.88%
G=16.56%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2398116900.660.290.06326.5883.1662.75
HexEF51A90421D6147533f
Octal357121251010235650712377
Binary1110111110100011010100101000010111011101010001111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF51A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF51A9; }

 p { color: rgb(239,81,169); }

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

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

 a { background-color: rgb(239,81,169); }

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

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

 span { border-color: rgb(239,81,169); }

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