#EF5F9D

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

Shades of Brilliant Rose #EF5F9D

Tints of Brilliant Rose #EF5F9D

Color information

#EF5F9D (or 0xEF5F9D) is unknown color: approx Brilliant Rose. HEX triplet: EF, 5F and 9D. RGB value is (239,95,157). Sum of RGB (Red+Green+Blue) = 239+95+157=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5F9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5F9D is #10A062. Grayscale: #919191. Windows color (decimal): -1089635 or 10313711. OLE color: 10313711.

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

Color convert

RGB23995157-
CMYK00.600.340.06
HSL334.17º81.82%65.49%-
HSV(B)334.17º60.25%93.73%-
XYZ45.7728.9735.08-
YUV145.12134.71194.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.68%
GREEN value IS 95 (37.5% from 255) = 19.35%
BLUE value IS 157 (61.72% from 255) = 31.98%
R=48.68%
G=19.35%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399515700.600.340.06334.1781.8265.49
HexEF5F9D03C22614e5241
Octal357137235074426516122101
Binary11101111101111110011101011110010001011010100111010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5F9D; }

 p { color: rgb(239,95,157); }

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

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

 a { background-color: rgb(239,95,157); }

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

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

 span { border-color: rgb(239,95,157); }

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