#EF649D

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

Shades of Brilliant Rose #EF649D

Tints of Brilliant Rose #EF649D

Color information

#EF649D (or 0xEF649D) is unknown color: approx Brilliant Rose. HEX triplet: EF, 64 and 9D. RGB value is (239,100,157). Sum of RGB (Red+Green+Blue) = 239+100+157=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 100 (39.45% from 255 or 20.16% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF649D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF649D is #109B62. Grayscale: #939393. Windows color (decimal): -1088355 or 10314991. OLE color: 10314991.

HSL color Cylindrical-coordinate representation of color #EF649D: hue angle of 335.4º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF649D is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB239100157-
CMYK00.580.340.06
HSL335.4º81.29%66.47%-
HSV(B)335.4º58.16%93.73%-
XYZ46.2429.935.23-
YUV148.06133.05192.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.19%
GREEN value IS 100 (39.45% from 255) = 20.16%
BLUE value IS 157 (61.72% from 255) = 31.65%
R=48.19%
G=20.16%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910015700.580.340.06335.481.2966.47
HexEF649D03A22614f5142
Octal357144235072426517121102
Binary11101111110010010011101011101010001011010100111110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF649D; }

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

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

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

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

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

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

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

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