Html Css Color HEX #EF50D9 Free Speech Magenta

📋 copy color: '#EF50D9'

red 239 ◦ green 80 ◦ blue 217

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

Shades of Free Speech Magenta #EF50D9

Tints of Free Speech Magenta #EF50D9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.93%

 BLUE value IS 217 (85.16% from 255) = 40.49%

R = 44.59%
G = 14.93%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF50D9 (or 0xEF50D9) is known color: Free Speech Magenta. HEX triplet: EF, 50 and D9. RGB value is (239,80,217). Sum of RGB (Red+Green+Blue) = 239+80+217=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 80 (31.64% from 255 or 14.93% from 536); Blue value is 217 (85.16% from 255 or 40.49% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF50D9 is #10AF26. Grayscale: #8E8E8E. Windows color (decimal): -1093415 or 14242031. OLE color: 14242031.

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

Color convert

RGB 239 80 217 -
CMYK 0 0.67 0.09 0.06
HSL 308.3º 0.83% 0.63% -
HSV(B) 308.3º 0.67% 0.94% -
XYZ 50.99 29.1 68.57 -
YUV 143.16 169.68 196.36 -
System Red Green Blue C M Y K H S L
Decimal 239 80 217 0 0.67 0.09 0.06 308.3 0.83 0.63
Hex EF 50 D9 0 43 9 6 134 53 3F
Octal 357 120 331 0 103 11 6 464 123 77
Binary 11101111 1010000 11011001 0 1000011 1001 110 100110100 1010011 111111

Color Harmonies of #EF50D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF50D9

Black with #EF50D9

Text Example


Text Example

White with #EF50D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF50D9; }

 p { color: rgb(239,80,217); }

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

background-color css

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

 a { background-color: rgb(239,80,217); }

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

border-color css

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

 span { border-color: rgb(239,80,217); }

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