Html Css Color HEX #EF549E Brilliant Rose

📋 copy color: '#EF549E'

red 239 ◦ green 84 ◦ blue 158

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

Shades of Brilliant Rose #EF549E

Tints of Brilliant Rose #EF549E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.46%

 BLUE value IS 158 (62.11% from 255) = 32.85%

R = 49.69%
G = 17.46%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF549E (or 0xEF549E) is known color: Brilliant Rose. HEX triplet: EF, 54 and 9E. RGB value is (239,84,158). Sum of RGB (Red+Green+Blue) = 239+84+158=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF549E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF549E is #10AB61. Grayscale: #8A8A8A. Windows color (decimal): -1092450 or 10376431. OLE color: 10376431.

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

Color convert

RGB 239 84 158 -
CMYK 0 0.65 0.34 0.06
HSL 331.35º 0.83% 0.63% -
HSV(B) 331.35º 0.65% 0.94% -
XYZ 44.94 27.16 35.22 -
YUV 138.78 138.85 199.48 -
System Red Green Blue C M Y K H S L
Decimal 239 84 158 0 0.65 0.34 0.06 331.35 0.83 0.63
Hex EF 54 9E 0 41 22 6 14B 53 3F
Octal 357 124 236 0 101 42 6 513 123 77
Binary 11101111 1010100 10011110 0 1000001 100010 110 101001011 1010011 111111

Color Harmonies of #EF549E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF549E

Black with #EF549E

Text Example


Text Example

White with #EF549E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF549E; }

 p { color: rgb(239,84,158); }

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

background-color css

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

 a { background-color: rgb(239,84,158); }

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

border-color css

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

 span { border-color: rgb(239,84,158); }

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