Html Css Color HEX #EF51DF Free Speech Magenta

📋 copy color: '#EF51DF'

red 239 ◦ green 81 ◦ blue 223

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

Shades of Free Speech Magenta #EF51DF

Tints of Free Speech Magenta #EF51DF

RGB

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

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

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

R = 44.01%
G = 14.92%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF51DF (or 0xEF51DF) is known color: Free Speech Magenta. HEX triplet: EF, 51 and DF. RGB value is (239,81,223). Sum of RGB (Red+Green+Blue) = 239+81+223=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 81 (32.03% from 255 or 14.92% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EF51DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF51DF is #10AE20. Grayscale: #909090. Windows color (decimal): -1093153 or 14635503. OLE color: 14635503.

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

Color convert

RGB 239 81 223 -
CMYK 0 0.66 0.07 0.06
HSL 306.08º 0.83% 0.63% -
HSV(B) 306.08º 0.66% 0.94% -
XYZ 51.86 29.56 72.79 -
YUV 144.43 172.35 195.45 -
System Red Green Blue C M Y K H S L
Decimal 239 81 223 0 0.66 0.07 0.06 306.08 0.83 0.63
Hex EF 51 DF 0 42 7 6 132 53 3F
Octal 357 121 337 0 102 7 6 462 123 77
Binary 11101111 1010001 11011111 0 1000010 111 110 100110010 1010011 111111

Color Harmonies of #EF51DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF51DF

Black with #EF51DF

Text Example


Text Example

White with #EF51DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF51DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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