#EF5299

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

Shades of Brilliant Rose #EF5299

Tints of Brilliant Rose #EF5299

Color information

#EF5299 (or 0xEF5299) is unknown color: approx Brilliant Rose. HEX triplet: EF, 52 and 99. RGB value is (239,82,153). Sum of RGB (Red+Green+Blue) = 239+82+153=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5299 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5299 is #10AD66. Grayscale: #888888. Windows color (decimal): -1092967 or 10048239. OLE color: 10048239.

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

Color convert

RGB23982153-
CMYK00.660.360.06
HSL332.87º83.07%62.94%-
HSV(B)332.87º65.69%93.73%-
XYZ44.3626.6932.95-
YUV137.04137.01200.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.42%
GREEN value IS 82 (32.42% from 255) = 17.30%
BLUE value IS 153 (60.16% from 255) = 32.28%
R=50.42%
G=17.30%
B=32.28%

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
Decimal2398215300.660.360.06332.8783.0762.94
HexEF529904224614d533f
Octal357122231010244651512377
Binary11101111101001010011001010000101001001101010011011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5299; }

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

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

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

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

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

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

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

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