#EF5199

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

Shades of Brilliant Rose #EF5199

Tints of Brilliant Rose #EF5199

Color information

#EF5199 (or 0xEF5199) is unknown color: approx Brilliant Rose. HEX triplet: EF, 51 and 99. RGB value is (239,81,153). Sum of RGB (Red+Green+Blue) = 239+81+153=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 153 (60.16% from 255 or 32.35% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5199 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5199 is #10AE66. Grayscale: #888888. Windows color (decimal): -1093223 or 10047983. OLE color: 10047983.

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

Color convert

RGB23981153-
CMYK00.660.360.06
HSL332.66º83.16%62.75%-
HSV(B)332.66º66.11%93.73%-
XYZ44.2926.5432.92-
YUV136.45137.35201.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.53%
GREEN value IS 81 (32.03% from 255) = 17.12%
BLUE value IS 153 (60.16% from 255) = 32.35%
R=50.53%
G=17.12%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2398115300.660.360.06332.6683.1662.75
HexEF519904224614d533f
Octal357121231010244651512377
Binary11101111101000110011001010000101001001101010011011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5199; }

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

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

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

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

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

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

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

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