#EF5AAE

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

Shades of Brilliant Rose #EF5AAE

Tints of Brilliant Rose #EF5AAE

Color information

#EF5AAE (or 0xEF5AAE) is unknown color: approx Brilliant Rose. HEX triplet: EF, 5A and AE. RGB value is (239,90,174). Sum of RGB (Red+Green+Blue) = 239+90+174=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 90 (35.55% from 255 or 17.89% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5AAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5AAE is #10A551. Grayscale: #8F8F8F. Windows color (decimal): -1090898 or 11426543. OLE color: 11426543.

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

Color convert

RGB23990174-
CMYK00.620.270.06
HSL326.17º82.32%64.51%-
HSV(B)326.17º62.34%93.73%-
XYZ46.8928.7243.12-
YUV144.13144.86195.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.51%
GREEN value IS 90 (35.55% from 255) = 17.89%
BLUE value IS 174 (68.36% from 255) = 34.59%
R=47.51%
G=17.89%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399017400.620.270.06326.1782.3264.51
HexEF5AAE03E1B61465241
Octal357132256076336506122101
Binary1110111110110101010111001111101101111010100011010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5AAE; }

 p { color: rgb(239,90,174); }

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

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

 a { background-color: rgb(239,90,174); }

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

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

 span { border-color: rgb(239,90,174); }

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