Html Css Color HEX #EF50DA Free Speech Magenta

📋 copy color: '#EF50DA'

red 239 ◦ green 80 ◦ blue 218

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

Shades of Free Speech Magenta #EF50DA

Tints of Free Speech Magenta #EF50DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.6%

R = 44.51%
G = 14.9%
B = 40.6%

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

#EF50DA (or 0xEF50DA) is known color: Free Speech Magenta. HEX triplet: EF, 50 and DA. RGB value is (239,80,218). Sum of RGB (Red+Green+Blue) = 239+80+218=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 80 (31.64% from 255 or 14.90% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF50DA is #10AF25. Grayscale: #8E8E8E. Windows color (decimal): -1093414 or 14307567. OLE color: 14307567.

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

Color convert

RGB 239 80 218 -
CMYK 0 0.67 0.09 0.06
HSL 307.92º 0.83% 0.63% -
HSV(B) 307.92º 0.67% 0.94% -
XYZ 51.12 29.15 69.26 -
YUV 143.27 170.18 196.28 -
System Red Green Blue C M Y K H S L
Decimal 239 80 218 0 0.67 0.09 0.06 307.92 0.83 0.63
Hex EF 50 DA 0 43 9 6 134 53 3F
Octal 357 120 332 0 103 11 6 464 123 77
Binary 11101111 1010000 11011010 0 1000011 1001 110 100110100 1010011 111111

Color Harmonies of #EF50DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF50DA

Black with #EF50DA

Text Example


Text Example

White with #EF50DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF50DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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