Html Css Color HEX #EF649B Brilliant Rose

📋 copy color: '#EF649B'

red 239 ◦ green 100 ◦ blue 155

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

Shades of Brilliant Rose #EF649B

Tints of Brilliant Rose #EF649B

RGB

 RED value IS 239 (93.75% from 255) = 48.38%

 GREEN value IS 100 (39.45% from 255) = 20.24%

 BLUE value IS 155 (60.94% from 255) = 31.38%

R = 48.38%
G = 20.24%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EF649B (or 0xEF649B) is known color: Brilliant Rose. HEX triplet: EF, 64 and 9B. RGB value is (239,100,155). Sum of RGB (Red+Green+Blue) = 239+100+155=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EF649B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF649B is #109B64. Grayscale: #939393. Windows color (decimal): -1088357 or 10183919. OLE color: 10183919.

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

Color convert

RGB 239 100 155 -
CMYK 0 0.58 0.35 0.06
HSL 336.26º 0.81% 0.66% -
HSV(B) 336.26º 0.58% 0.94% -
XYZ 46.07 29.83 34.34 -
YUV 147.83 132.05 193.03 -
System Red Green Blue C M Y K H S L
Decimal 239 100 155 0 0.58 0.35 0.06 336.26 0.81 0.66
Hex EF 64 9B 0 3A 23 6 150 51 42
Octal 357 144 233 0 72 43 6 520 121 102
Binary 11101111 1100100 10011011 0 111010 100011 110 101010000 1010001 1000010

Color Harmonies of #EF649B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF649B

Black with #EF649B

Text Example


Text Example

White with #EF649B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF649B; }

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

 H1.HeaderClassName
 {
   color: #EF649B;
 }
 .AnyTagClassName
 {
   color: #EF649B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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