Html Css Color HEX #EF66DB Free Speech Magenta

📋 copy color: '#EF66DB'

red 239 ◦ green 102 ◦ blue 219

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

Shades of Free Speech Magenta #EF66DB

Tints of Free Speech Magenta #EF66DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.11%

R = 42.68%
G = 18.21%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF66DB (or 0xEF66DB) is known color: Free Speech Magenta. HEX triplet: EF, 66 and DB. RGB value is (239,102,219). Sum of RGB (Red+Green+Blue) = 239+102+219=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 102 (40.23% from 255 or 18.21% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EF66DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF66DB is #109924. Grayscale: #9B9B9B. Windows color (decimal): -1087781 or 14378735. OLE color: 14378735.

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

Color convert

RGB 239 102 219 -
CMYK 0 0.57 0.08 0.06
HSL 308.76º 0.81% 0.67% -
HSV(B) 308.76º 0.57% 0.94% -
XYZ 53.13 32.97 70.58 -
YUV 156.3 163.39 186.99 -
System Red Green Blue C M Y K H S L
Decimal 239 102 219 0 0.57 0.08 0.06 308.76 0.81 0.67
Hex EF 66 DB 0 39 8 6 135 51 43
Octal 357 146 333 0 71 10 6 465 121 103
Binary 11101111 1100110 11011011 0 111001 1000 110 100110101 1010001 1000011

Color Harmonies of #EF66DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF66DB

Black with #EF66DB

Text Example


Text Example

White with #EF66DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF66DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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