Html Css Color HEX #EF47D6 Free Speech Magenta

📋 copy color: '#EF47D6'

red 239 ◦ green 71 ◦ blue 214

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

Shades of Free Speech Magenta #EF47D6

Tints of Free Speech Magenta #EF47D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.84%

R = 45.61%
G = 13.55%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EF47D6 (or 0xEF47D6) is known color: Free Speech Magenta. HEX triplet: EF, 47 and D6. RGB value is (239,71,214). Sum of RGB (Red+Green+Blue) = 239+71+214=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 71 (28.12% from 255 or 13.55% from 524); Blue value is 214 (83.98% from 255 or 40.84% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EF47D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF47D6 is #10B829. Grayscale: #898989. Windows color (decimal): -1095722 or 14043119. OLE color: 14043119.

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

Color convert

RGB 239 71 214 -
CMYK 0 0.70 0.10 0.06
HSL 308.93º 0.84% 0.61% -
HSV(B) 308.93º 0.7% 0.94% -
XYZ 49.99 27.71 66.33 -
YUV 137.53 171.16 200.37 -
System Red Green Blue C M Y K H S L
Decimal 239 71 214 0 0.70 0.10 0.06 308.93 0.84 0.61
Hex EF 47 D6 0 46 A 6 135 54 3D
Octal 357 107 326 0 106 12 6 465 124 75
Binary 11101111 1000111 11010110 0 1000110 1010 110 100110101 1010100 111101

Color Harmonies of #EF47D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF47D6

Black with #EF47D6

Text Example


Text Example

White with #EF47D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF47D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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