Html Css Color HEX #EC55DF Free Speech Magenta

📋 copy color: '#EC55DF'

red 236 ◦ green 85 ◦ blue 223

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

Shades of Free Speech Magenta #EC55DF

Tints of Free Speech Magenta #EC55DF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.63%

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

R = 43.38%
G = 15.63%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC55DF (or 0xEC55DF) is known color: Free Speech Magenta. HEX triplet: EC, 55 and DF. RGB value is (236,85,223). Sum of RGB (Red+Green+Blue) = 236+85+223=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 85 (33.59% from 255 or 15.62% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC55DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC55DF is #13AA20. Grayscale: #919191. Windows color (decimal): -1288737 or 14636524. OLE color: 14636524.

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

Color convert

RGB 236 85 223 -
CMYK 0 0.64 0.06 0.07
HSL 305.17º 0.8% 0.63% -
HSV(B) 305.17º 0.64% 0.93% -
XYZ 51.16 29.66 72.84 -
YUV 145.88 171.53 192.28 -
System Red Green Blue C M Y K H S L
Decimal 236 85 223 0 0.64 0.06 0.07 305.17 0.8 0.63
Hex EC 55 DF 0 40 6 7 131 50 3F
Octal 354 125 337 0 100 6 7 461 120 77
Binary 11101100 1010101 11011111 0 1000000 110 111 100110001 1010000 111111

Color Harmonies of #EC55DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC55DF

Black with #EC55DF

Text Example


Text Example

White with #EC55DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC55DF; }

 p { color: rgb(236,85,223); }

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

background-color css

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

 a { background-color: rgb(236,85,223); }

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

border-color css

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

 span { border-color: rgb(236,85,223); }

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