Html Css Color HEX #EF66D9 Free Speech Magenta

📋 copy color: '#EF66D9'

red 239 ◦ green 102 ◦ blue 217

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

Shades of Free Speech Magenta #EF66D9

Tints of Free Speech Magenta #EF66D9

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.28%

 BLUE value IS 217 (85.16% from 255) = 38.89%

R = 42.83%
G = 18.28%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF66D9 (or 0xEF66D9) is known color: Free Speech Magenta. HEX triplet: EF, 66 and D9. RGB value is (239,102,217). Sum of RGB (Red+Green+Blue) = 239+102+217=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 102 (40.23% from 255 or 18.28% from 558); Blue value is 217 (85.16% from 255 or 38.89% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EF66D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF66D9 is #109926. Grayscale: #9B9B9B. Windows color (decimal): -1087783 or 14247663. OLE color: 14247663.

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

Color convert

RGB 239 102 217 -
CMYK 0 0.57 0.09 0.06
HSL 309.64º 0.81% 0.67% -
HSV(B) 309.64º 0.57% 0.94% -
XYZ 52.87 32.86 69.2 -
YUV 156.07 162.39 187.15 -
System Red Green Blue C M Y K H S L
Decimal 239 102 217 0 0.57 0.09 0.06 309.64 0.81 0.67
Hex EF 66 D9 0 39 9 6 136 51 43
Octal 357 146 331 0 71 11 6 466 121 103
Binary 11101111 1100110 11011001 0 111001 1001 110 100110110 1010001 1000011

Color Harmonies of #EF66D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF66D9

Black with #EF66D9

Text Example


Text Example

White with #EF66D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF66D9; }

 p { color: rgb(239,102,217); }

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

background-color css

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

 a { background-color: rgb(239,102,217); }

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

border-color css

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

 span { border-color: rgb(239,102,217); }

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