#EF5BAE

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

Shades of Brilliant Rose #EF5BAE

Tints of Brilliant Rose #EF5BAE

Color information

#EF5BAE (or 0xEF5BAE) is unknown color: approx Brilliant Rose. HEX triplet: EF, 5B and AE. RGB value is (239,91,174). Sum of RGB (Red+Green+Blue) = 239+91+174=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 91 (35.94% from 255 or 18.06% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5BAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5BAE is #10A451. Grayscale: #909090. Windows color (decimal): -1090642 or 11426799. OLE color: 11426799.

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

Color convert

RGB23991174-
CMYK00.620.270.06
HSL326.35º82.22%64.71%-
HSV(B)326.35º61.92%93.73%-
XYZ46.9828.8943.14-
YUV144.71144.53195.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.42%
GREEN value IS 91 (35.94% from 255) = 18.06%
BLUE value IS 174 (68.36% from 255) = 34.52%
R=47.42%
G=18.06%
B=34.52%

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
Decimal2399117400.620.270.06326.3582.2264.71
HexEF5BAE03E1B61465241
Octal357133256076336506122101
Binary1110111110110111010111001111101101111010100011010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5BAE; }

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

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

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

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

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

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

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

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