Html Css Color HEX #EF53EF Free Speech Magenta

📋 copy color: '#EF53EF'

red 239 ◦ green 83 ◦ blue 239

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

Shades of Free Speech Magenta #EF53EF

Tints of Free Speech Magenta #EF53EF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.8%

 BLUE value IS 239 (93.75% from 255) = 42.6%

R = 42.6%
G = 14.8%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EF53EF (or 0xEF53EF) is known color: Free Speech Magenta. HEX triplet: EF, 53 and EF. RGB value is (239,83,239). Sum of RGB (Red+Green+Blue) = 239+83+239=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 83 (32.81% from 255 or 14.80% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF53EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF53EF is #10AC10. Grayscale: #929292. Windows color (decimal): -1092625 or 15684591. OLE color: 15684591.

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

Color convert

RGB 239 83 239 -
CMYK 0 0.65 0 0.06
HSL 300º 0.83% 0.63% -
HSV(B) 300º 0.65% 0.94% -
XYZ 54.27 30.77 84.74 -
YUV 147.43 179.68 193.32 -
System Red Green Blue C M Y K H S L
Decimal 239 83 239 0 0.65 0 0.06 300 0.83 0.63
Hex EF 53 EF 0 41 0 6 12C 53 3F
Octal 357 123 357 0 101 0 6 454 123 77
Binary 11101111 1010011 11101111 0 1000001 0 110 100101100 1010011 111111

Color Harmonies of #EF53EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF53EF

Black with #EF53EF

Text Example


Text Example

White with #EF53EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF53EF; }

 p { color: rgb(239,83,239); }

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

background-color css

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

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

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

border-color css

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

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

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