#EF54AA

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

Shades of Brilliant Rose #EF54AA

Tints of Brilliant Rose #EF54AA

Color information

#EF54AA (or 0xEF54AA) is unknown color: approx Brilliant Rose. HEX triplet: EF, 54 and AA. RGB value is (239,84,170). Sum of RGB (Red+Green+Blue) = 239+84+170=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF54AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF54AA is #10AB55. Grayscale: #8B8B8B. Windows color (decimal): -1092438 or 11162863. OLE color: 11162863.

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

Color convert

RGB23984170-
CMYK00.650.290.06
HSL326.71º82.89%63.33%-
HSV(B)326.71º64.85%93.73%-
XYZ46.0227.5940.93-
YUV140.15144.85198.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.48%
GREEN value IS 84 (33.20% from 255) = 17.04%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=48.48%
G=17.04%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2398417000.650.290.06326.7182.8963.33
HexEF54AA0411D6147533f
Octal357124252010135650712377
Binary1110111110101001010101001000001111011101010001111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF54AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF54AA; }

 p { color: rgb(239,84,170); }

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

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

 a { background-color: rgb(239,84,170); }

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

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

 span { border-color: rgb(239,84,170); }

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