Html Css Color HEX #EF51DD Free Speech Magenta

📋 copy color: '#EF51DD'

red 239 ◦ green 81 ◦ blue 221

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

Shades of Free Speech Magenta #EF51DD

Tints of Free Speech Magenta #EF51DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.85%

R = 44.18%
G = 14.97%
B = 40.85%

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

#EF51DD (or 0xEF51DD) is known color: Free Speech Magenta. HEX triplet: EF, 51 and DD. RGB value is (239,81,221). Sum of RGB (Red+Green+Blue) = 239+81+221=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 81 (32.03% from 255 or 14.97% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EF51DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF51DD is #10AE22. Grayscale: #8F8F8F. Windows color (decimal): -1093155 or 14504431. OLE color: 14504431.

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

Color convert

RGB 239 81 221 -
CMYK 0 0.66 0.08 0.06
HSL 306.84º 0.83% 0.63% -
HSV(B) 306.84º 0.66% 0.94% -
XYZ 51.59 29.46 71.37 -
YUV 144.2 171.35 195.62 -
System Red Green Blue C M Y K H S L
Decimal 239 81 221 0 0.66 0.08 0.06 306.84 0.83 0.63
Hex EF 51 DD 0 42 8 6 133 53 3F
Octal 357 121 335 0 102 10 6 463 123 77
Binary 11101111 1010001 11011101 0 1000010 1000 110 100110011 1010011 111111

Color Harmonies of #EF51DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF51DD

Black with #EF51DD

Text Example


Text Example

White with #EF51DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF51DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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