Html Css Color HEX #EF47DC Free Speech Magenta

📋 copy color: '#EF47DC'

red 239 ◦ green 71 ◦ blue 220

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

Shades of Free Speech Magenta #EF47DC

Tints of Free Speech Magenta #EF47DC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.4%

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

R = 45.09%
G = 13.4%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF47DC (or 0xEF47DC) is known color: Free Speech Magenta. HEX triplet: EF, 47 and DC. RGB value is (239,71,220). Sum of RGB (Red+Green+Blue) = 239+71+220=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 71 (28.12% from 255 or 13.40% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EF47DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF47DC is #10B823. Grayscale: #898989. Windows color (decimal): -1095716 or 14436335. OLE color: 14436335.

HSL color Cylindrical-coordinate representation of color #EF47DC: hue angle of 306.79º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF47DC is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 71 220 -
CMYK 0 0.70 0.08 0.06
HSL 306.79º 0.84% 0.61% -
HSV(B) 306.79º 0.7% 0.94% -
XYZ 50.77 28.02 70.44 -
YUV 138.22 174.16 199.88 -
System Red Green Blue C M Y K H S L
Decimal 239 71 220 0 0.70 0.08 0.06 306.79 0.84 0.61
Hex EF 47 DC 0 46 8 6 133 54 3D
Octal 357 107 334 0 106 10 6 463 124 75
Binary 11101111 1000111 11011100 0 1000110 1000 110 100110011 1010100 111101

Color Harmonies of #EF47DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF47DC

Black with #EF47DC

Text Example


Text Example

White with #EF47DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF47DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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