#EF5AAF

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

Shades of Brilliant Rose #EF5AAF

Tints of Brilliant Rose #EF5AAF

Color information

#EF5AAF (or 0xEF5AAF) is unknown color: approx Brilliant Rose. HEX triplet: EF, 5A and AF. RGB value is (239,90,175). Sum of RGB (Red+Green+Blue) = 239+90+175=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5AAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5AAF is #10A550. Grayscale: #909090. Windows color (decimal): -1090897 or 11492079. OLE color: 11492079.

HSL color Cylindrical-coordinate representation of color #EF5AAF: hue angle of 325.77º 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 #EF5AAF is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB23990175-
CMYK00.620.270.06
HSL325.77º82.32%64.51%-
HSV(B)325.77º62.34%93.73%-
XYZ46.9928.7643.63-
YUV144.24145.36195.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.42%
GREEN value IS 90 (35.55% from 255) = 17.86%
BLUE value IS 175 (68.75% from 255) = 34.72%
R=47.42%
G=17.86%
B=34.72%

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
Decimal2399017500.620.270.06325.7782.3264.51
HexEF5AAF03E1B61465241
Octal357132257076336506122101
Binary1110111110110101010111101111101101111010100011010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5AAF; }

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

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

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

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

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

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

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

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