Html Css Color HEX #EF66D8 Free Speech Magenta

📋 copy color: '#EF66D8'

red 239 ◦ green 102 ◦ blue 216

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

Shades of Free Speech Magenta #EF66D8

Tints of Free Speech Magenta #EF66D8

RGB

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

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

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

R = 42.91%
G = 18.31%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EF66D8 (or 0xEF66D8) is known color: Free Speech Magenta. HEX triplet: EF, 66 and D8. RGB value is (239,102,216). Sum of RGB (Red+Green+Blue) = 239+102+216=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 102 (40.23% from 255 or 18.31% from 557); Blue value is 216 (84.77% from 255 or 38.78% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EF66D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF66D8 is #109927. Grayscale: #9B9B9B. Windows color (decimal): -1087784 or 14182127. OLE color: 14182127.

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

Color convert

RGB 239 102 216 -
CMYK 0 0.57 0.10 0.06
HSL 310.07º 0.81% 0.67% -
HSV(B) 310.07º 0.57% 0.94% -
XYZ 52.74 32.81 68.52 -
YUV 155.96 161.89 187.23 -
System Red Green Blue C M Y K H S L
Decimal 239 102 216 0 0.57 0.10 0.06 310.07 0.81 0.67
Hex EF 66 D8 0 39 A 6 136 51 43
Octal 357 146 330 0 71 12 6 466 121 103
Binary 11101111 1100110 11011000 0 111001 1010 110 100110110 1010001 1000011

Color Harmonies of #EF66D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF66D8

Black with #EF66D8

Text Example


Text Example

White with #EF66D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF66D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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