Html Css Color HEX #EF6AD4 Free Speech Magenta

📋 copy color: '#EF6AD4'

red 239 ◦ green 106 ◦ blue 212

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

Shades of Free Speech Magenta #EF6AD4

Tints of Free Speech Magenta #EF6AD4

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.03%

 BLUE value IS 212 (83.2% from 255) = 38.06%

R = 42.91%
G = 19.03%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EF6AD4 (or 0xEF6AD4) is known color: Free Speech Magenta. HEX triplet: EF, 6A and D4. RGB value is (239,106,212). Sum of RGB (Red+Green+Blue) = 239+106+212=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 106 (41.80% from 255 or 19.03% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6AD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6AD4 is #10952B. Grayscale: #9D9D9D. Windows color (decimal): -1086764 or 13921007. OLE color: 13921007.

HSL color Cylindrical-coordinate representation of color #EF6AD4: hue angle of 312.18º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF6AD4 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 106 212 -
CMYK 0 0.56 0.11 0.06
HSL 312.18º 0.81% 0.68% -
HSV(B) 312.18º 0.56% 0.94% -
XYZ 52.63 33.41 65.96 -
YUV 157.85 158.56 185.88 -
System Red Green Blue C M Y K H S L
Decimal 239 106 212 0 0.56 0.11 0.06 312.18 0.81 0.68
Hex EF 6A D4 0 38 B 6 138 51 44
Octal 357 152 324 0 70 13 6 470 121 104
Binary 11101111 1101010 11010100 0 111000 1011 110 100111000 1010001 1000100

Color Harmonies of #EF6AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6AD4

Black with #EF6AD4

Text Example


Text Example

White with #EF6AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6AD4; }

 p { color: rgb(239,106,212); }

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

background-color css

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

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

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

border-color css

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

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

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