Html Css Color HEX #EF53DC Free Speech Magenta

📋 copy color: '#EF53DC'

red 239 ◦ green 83 ◦ blue 220

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

Shades of Free Speech Magenta #EF53DC

Tints of Free Speech Magenta #EF53DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.59%

R = 44.1%
G = 15.31%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF53DC (or 0xEF53DC) is known color: Free Speech Magenta. HEX triplet: EF, 53 and DC. RGB value is (239,83,220). Sum of RGB (Red+Green+Blue) = 239+83+220=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 83 (32.81% from 255 or 15.31% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EF53DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF53DC is #10AC23. Grayscale: #909090. Windows color (decimal): -1092644 or 14439407. OLE color: 14439407.

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

Color convert

RGB 239 83 220 -
CMYK 0 0.65 0.08 0.06
HSL 307.31º 0.83% 0.63% -
HSV(B) 307.31º 0.65% 0.94% -
XYZ 51.61 29.7 70.72 -
YUV 145.26 170.18 194.86 -
System Red Green Blue C M Y K H S L
Decimal 239 83 220 0 0.65 0.08 0.06 307.31 0.83 0.63
Hex EF 53 DC 0 41 8 6 133 53 3F
Octal 357 123 334 0 101 10 6 463 123 77
Binary 11101111 1010011 11011100 0 1000001 1000 110 100110011 1010011 111111

Color Harmonies of #EF53DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF53DC

Black with #EF53DC

Text Example


Text Example

White with #EF53DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF53DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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