Html Css Color HEX #EF519F Brilliant Rose

📋 copy color: '#EF519F'

red 239 ◦ green 81 ◦ blue 159

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

Shades of Brilliant Rose #EF519F

Tints of Brilliant Rose #EF519F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.91%

 BLUE value IS 159 (62.5% from 255) = 33.19%

R = 49.9%
G = 16.91%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF519F (or 0xEF519F) is known color: Brilliant Rose. HEX triplet: EF, 51 and 9F. RGB value is (239,81,159). Sum of RGB (Red+Green+Blue) = 239+81+159=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 81 (32.03% from 255 or 16.91% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF519F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF519F is #10AE60. Grayscale: #888888. Windows color (decimal): -1093217 or 10441199. OLE color: 10441199.

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

Color convert

RGB 239 81 159 -
CMYK 0 0.66 0.33 0.06
HSL 330.38º 0.83% 0.63% -
HSV(B) 330.38º 0.66% 0.94% -
XYZ 44.8 26.74 35.6 -
YUV 137.13 140.35 200.66 -
System Red Green Blue C M Y K H S L
Decimal 239 81 159 0 0.66 0.33 0.06 330.38 0.83 0.63
Hex EF 51 9F 0 42 21 6 14A 53 3F
Octal 357 121 237 0 102 41 6 512 123 77
Binary 11101111 1010001 10011111 0 1000010 100001 110 101001010 1010011 111111

Color Harmonies of #EF519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF519F

Black with #EF519F

Text Example


Text Example

White with #EF519F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF519F; }

 p { color: rgb(239,81,159); }

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

background-color css

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

 a { background-color: rgb(239,81,159); }

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

border-color css

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

 span { border-color: rgb(239,81,159); }

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