Html Css Color HEX #EF66DF Free Speech Magenta

📋 copy color: '#EF66DF'

red 239 ◦ green 102 ◦ blue 223

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

Shades of Free Speech Magenta #EF66DF

Tints of Free Speech Magenta #EF66DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.54%

R = 42.38%
G = 18.09%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF66DF (or 0xEF66DF) is known color: Free Speech Magenta. HEX triplet: EF, 66 and DF. RGB value is (239,102,223). Sum of RGB (Red+Green+Blue) = 239+102+223=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 102 (40.23% from 255 or 18.09% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EF66DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF66DF is #109920. Grayscale: #9C9C9C. Windows color (decimal): -1087777 or 14640879. OLE color: 14640879.

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

Color convert

RGB 239 102 223 -
CMYK 0 0.57 0.07 0.06
HSL 307.01º 0.81% 0.67% -
HSV(B) 307.01º 0.57% 0.94% -
XYZ 53.67 33.18 73.39 -
YUV 156.76 165.39 186.66 -
System Red Green Blue C M Y K H S L
Decimal 239 102 223 0 0.57 0.07 0.06 307.01 0.81 0.67
Hex EF 66 DF 0 39 7 6 133 51 43
Octal 357 146 337 0 71 7 6 463 121 103
Binary 11101111 1100110 11011111 0 111001 111 110 100110011 1010001 1000011

Color Harmonies of #EF66DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF66DF

Black with #EF66DF

Text Example


Text Example

White with #EF66DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF66DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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