Html Css Color HEX #EF649D Brilliant Rose

📋 copy color: '#EF649D'

red 239 ◦ green 100 ◦ blue 157

#EF649D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #EF649D

Tints of Brilliant Rose #EF649D

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 value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF649D (or 0xEF649D) is known color: 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

RGB 239 100 157 -
CMYK 0 0.58 0.34 0.06
HSL 335.4º 0.81% 0.66% -
HSV(B) 335.4º 0.58% 0.94% -
XYZ 46.24 29.9 35.23 -
YUV 148.06 133.05 192.87 -
System Red Green Blue C M Y K H S L
Decimal 239 100 157 0 0.58 0.34 0.06 335.4 0.81 0.66
Hex EF 64 9D 0 3A 22 6 14F 51 42
Octal 357 144 235 0 72 42 6 517 121 102
Binary 11101111 1100100 10011101 0 111010 100010 110 101001111 1010001 1000010

Color Harmonies of #EF649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF649D

Black with #EF649D

Text Example


Text Example

White with #EF649D

Text Example


Text Example

HTML Codes & Css Web 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>