Html Css Color HEX #EF6AD3 Free Speech Magenta

📋 copy color: '#EF6AD3'

red 239 ◦ green 106 ◦ blue 211

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

Shades of Free Speech Magenta #EF6AD3

Tints of Free Speech Magenta #EF6AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.95%

R = 42.99%
G = 19.06%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EF6AD3 (or 0xEF6AD3) is known color: Free Speech Magenta. HEX triplet: EF, 6A and D3. RGB value is (239,106,211). Sum of RGB (Red+Green+Blue) = 239+106+211=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 106 (41.80% from 255 or 19.06% from 556); Blue value is 211 (82.81% from 255 or 37.95% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6AD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6AD3 is #10952C. Grayscale: #9D9D9D. Windows color (decimal): -1086765 or 13855471. OLE color: 13855471.

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

Color convert

RGB 239 106 211 -
CMYK 0 0.56 0.12 0.06
HSL 312.63º 0.81% 0.68% -
HSV(B) 312.63º 0.56% 0.94% -
XYZ 52.51 33.36 65.3 -
YUV 157.74 158.06 185.96 -
System Red Green Blue C M Y K H S L
Decimal 239 106 211 0 0.56 0.12 0.06 312.63 0.81 0.68
Hex EF 6A D3 0 38 C 6 139 51 44
Octal 357 152 323 0 70 14 6 471 121 104
Binary 11101111 1101010 11010011 0 111000 1100 110 100111001 1010001 1000100

Color Harmonies of #EF6AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6AD3

Black with #EF6AD3

Text Example


Text Example

White with #EF6AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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