Html Css Color HEX #EF47D8 Free Speech Magenta

📋 copy color: '#EF47D8'

red 239 ◦ green 71 ◦ blue 216

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

Shades of Free Speech Magenta #EF47D8

Tints of Free Speech Magenta #EF47D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.06%

R = 45.44%
G = 13.5%
B = 41.06%

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

#EF47D8 (or 0xEF47D8) is known color: Free Speech Magenta. HEX triplet: EF, 47 and D8. RGB value is (239,71,216). Sum of RGB (Red+Green+Blue) = 239+71+216=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 71 (28.12% from 255 or 13.50% from 526); Blue value is 216 (84.77% from 255 or 41.06% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EF47D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF47D8 is #10B827. Grayscale: #898989. Windows color (decimal): -1095720 or 14174191. OLE color: 14174191.

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

Color convert

RGB 239 71 216 -
CMYK 0 0.70 0.10 0.06
HSL 308.21º 0.84% 0.61% -
HSV(B) 308.21º 0.7% 0.94% -
XYZ 50.24 27.82 67.69 -
YUV 137.76 172.16 200.21 -
System Red Green Blue C M Y K H S L
Decimal 239 71 216 0 0.70 0.10 0.06 308.21 0.84 0.61
Hex EF 47 D8 0 46 A 6 134 54 3D
Octal 357 107 330 0 106 12 6 464 124 75
Binary 11101111 1000111 11011000 0 1000110 1010 110 100110100 1010100 111101

Color Harmonies of #EF47D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF47D8

Black with #EF47D8

Text Example


Text Example

White with #EF47D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF47D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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