Html Css Color HEX #EF51DC Free Speech Magenta

📋 copy color: '#EF51DC'

red 239 ◦ green 81 ◦ blue 220

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

Shades of Free Speech Magenta #EF51DC

Tints of Free Speech Magenta #EF51DC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15%

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

R = 44.26%
G = 15%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF51DC (or 0xEF51DC) is known color: Free Speech Magenta. HEX triplet: EF, 51 and DC. RGB value is (239,81,220). Sum of RGB (Red+Green+Blue) = 239+81+220=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 81 (32.03% from 255 or 15% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EF51DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF51DC is #10AE23. Grayscale: #8F8F8F. Windows color (decimal): -1093156 or 14438895. OLE color: 14438895.

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

Color convert

RGB 239 81 220 -
CMYK 0 0.66 0.08 0.06
HSL 307.22º 0.83% 0.63% -
HSV(B) 307.22º 0.66% 0.94% -
XYZ 51.46 29.4 70.67 -
YUV 144.09 170.85 195.7 -
System Red Green Blue C M Y K H S L
Decimal 239 81 220 0 0.66 0.08 0.06 307.22 0.83 0.63
Hex EF 51 DC 0 42 8 6 133 53 3F
Octal 357 121 334 0 102 10 6 463 123 77
Binary 11101111 1010001 11011100 0 1000010 1000 110 100110011 1010011 111111

Color Harmonies of #EF51DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF51DC

Black with #EF51DC

Text Example


Text Example

White with #EF51DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF51DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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