Html Css Color HEX #EC55D8 Free Speech Magenta

📋 copy color: '#EC55D8'

red 236 ◦ green 85 ◦ blue 216

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

Shades of Free Speech Magenta #EC55D8

Tints of Free Speech Magenta #EC55D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.22%

R = 43.95%
G = 15.83%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC55D8 (or 0xEC55D8) is known color: Free Speech Magenta. HEX triplet: EC, 55 and D8. RGB value is (236,85,216). Sum of RGB (Red+Green+Blue) = 236+85+216=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 85 (33.59% from 255 or 15.83% from 537); Blue value is 216 (84.77% from 255 or 40.22% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC55D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC55D8 is #13AA27. Grayscale: #909090. Windows color (decimal): -1288744 or 14177772. OLE color: 14177772.

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

Color convert

RGB 236 85 216 -
CMYK 0 0.64 0.08 0.07
HSL 307.95º 0.8% 0.63% -
HSV(B) 307.95º 0.64% 0.93% -
XYZ 50.24 29.29 67.97 -
YUV 145.08 168.03 192.85 -
System Red Green Blue C M Y K H S L
Decimal 236 85 216 0 0.64 0.08 0.07 307.95 0.8 0.63
Hex EC 55 D8 0 40 8 7 134 50 3F
Octal 354 125 330 0 100 10 7 464 120 77
Binary 11101100 1010101 11011000 0 1000000 1000 111 100110100 1010000 111111

Color Harmonies of #EC55D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC55D8

Black with #EC55D8

Text Example


Text Example

White with #EC55D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC55D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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