Html Css Color HEX #EF649A Brilliant Rose

📋 copy color: '#EF649A'

red 239 ◦ green 100 ◦ blue 154

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

Shades of Brilliant Rose #EF649A

Tints of Brilliant Rose #EF649A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.24%

R = 48.48%
G = 20.28%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF649A (or 0xEF649A) is known color: Brilliant Rose. HEX triplet: EF, 64 and 9A. RGB value is (239,100,154). Sum of RGB (Red+Green+Blue) = 239+100+154=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF649A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF649A is #109B65. Grayscale: #939393. Windows color (decimal): -1088358 or 10118383. OLE color: 10118383.

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

Color convert

RGB 239 100 154 -
CMYK 0 0.58 0.36 0.06
HSL 336.69º 0.81% 0.66% -
HSV(B) 336.69º 0.58% 0.94% -
XYZ 45.99 29.8 33.9 -
YUV 147.72 131.55 193.11 -
System Red Green Blue C M Y K H S L
Decimal 239 100 154 0 0.58 0.36 0.06 336.69 0.81 0.66
Hex EF 64 9A 0 3A 24 6 151 51 42
Octal 357 144 232 0 72 44 6 521 121 102
Binary 11101111 1100100 10011010 0 111010 100100 110 101010001 1010001 1000010

Color Harmonies of #EF649A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF649A

Black with #EF649A

Text Example


Text Example

White with #EF649A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF649A; }

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

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

background-color css

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

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

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

border-color css

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

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

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