Html Css Color HEX #EC51DD Free Speech Magenta

📋 copy color: '#EC51DD'

red 236 ◦ green 81 ◦ blue 221

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

Shades of Free Speech Magenta #EC51DD

Tints of Free Speech Magenta #EC51DD

RGB

 RED value IS 236 (92.58% from 255) = 43.87%

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

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

R = 43.87%
G = 15.06%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC51DD (or 0xEC51DD) is known color: Free Speech Magenta. HEX triplet: EC, 51 and DD. RGB value is (236,81,221). Sum of RGB (Red+Green+Blue) = 236+81+221=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 81 (32.03% from 255 or 15.06% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC51DD is #13AE22. Grayscale: #8E8E8E. Windows color (decimal): -1289763 or 14504428. OLE color: 14504428.

HSL color Cylindrical-coordinate representation of color #EC51DD: hue angle of 305.81º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC51DD is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 81 221 -
CMYK 0 0.66 0.06 0.07
HSL 305.81º 0.8% 0.62% -
HSV(B) 305.81º 0.66% 0.93% -
XYZ 50.59 28.94 71.33 -
YUV 143.31 171.85 194.12 -
System Red Green Blue C M Y K H S L
Decimal 236 81 221 0 0.66 0.06 0.07 305.81 0.8 0.62
Hex EC 51 DD 0 42 6 7 132 50 3E
Octal 354 121 335 0 102 6 7 462 120 76
Binary 11101100 1010001 11011101 0 1000010 110 111 100110010 1010000 111110

Color Harmonies of #EC51DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC51DD

Black with #EC51DD

Text Example


Text Example

White with #EC51DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC51DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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