Html Css Color HEX #EF63DC Free Speech Magenta

📋 copy color: '#EF63DC'

red 239 ◦ green 99 ◦ blue 220

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

Shades of Free Speech Magenta #EF63DC

Tints of Free Speech Magenta #EF63DC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.74%

 BLUE value IS 220 (86.33% from 255) = 39.43%

R = 42.83%
G = 17.74%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF63DC (or 0xEF63DC) is known color: Free Speech Magenta. HEX triplet: EF, 63 and DC. RGB value is (239,99,220). Sum of RGB (Red+Green+Blue) = 239+99+220=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 99 (39.06% from 255 or 17.74% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EF63DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF63DC is #109C23. Grayscale: #9A9A9A. Windows color (decimal): -1088548 or 14443503. OLE color: 14443503.

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

Color convert

RGB 239 99 220 -
CMYK 0 0.59 0.08 0.06
HSL 308.14º 0.81% 0.66% -
HSV(B) 308.14º 0.59% 0.94% -
XYZ 52.98 32.44 71.18 -
YUV 154.65 164.88 188.16 -
System Red Green Blue C M Y K H S L
Decimal 239 99 220 0 0.59 0.08 0.06 308.14 0.81 0.66
Hex EF 63 DC 0 3B 8 6 134 51 42
Octal 357 143 334 0 73 10 6 464 121 102
Binary 11101111 1100011 11011100 0 111011 1000 110 100110100 1010001 1000010

Color Harmonies of #EF63DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF63DC

Black with #EF63DC

Text Example


Text Example

White with #EF63DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF63DC; }

 p { color: rgb(239,99,220); }

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

background-color css

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

 a { background-color: rgb(239,99,220); }

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

border-color css

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

 span { border-color: rgb(239,99,220); }

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