Html Css Color HEX #EC55D4 Free Speech Magenta

📋 copy color: '#EC55D4'

red 236 ◦ green 85 ◦ blue 212

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

Shades of Free Speech Magenta #EC55D4

Tints of Free Speech Magenta #EC55D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.77%

R = 44.28%
G = 15.95%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC55D4 (or 0xEC55D4) is known color: Free Speech Magenta. HEX triplet: EC, 55 and D4. RGB value is (236,85,212). Sum of RGB (Red+Green+Blue) = 236+85+212=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 85 (33.59% from 255 or 15.95% from 533); Blue value is 212 (83.20% from 255 or 39.77% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC55D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC55D4 is #13AA2B. Grayscale: #909090. Windows color (decimal): -1288748 or 13915628. OLE color: 13915628.

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

Color convert

RGB 236 85 212 -
CMYK 0 0.64 0.10 0.07
HSL 309.54º 0.8% 0.63% -
HSV(B) 309.54º 0.64% 0.93% -
XYZ 49.72 29.08 65.28 -
YUV 144.63 166.03 193.17 -
System Red Green Blue C M Y K H S L
Decimal 236 85 212 0 0.64 0.10 0.07 309.54 0.8 0.63
Hex EC 55 D4 0 40 A 7 136 50 3F
Octal 354 125 324 0 100 12 7 466 120 77
Binary 11101100 1010101 11010100 0 1000000 1010 111 100110110 1010000 111111

Color Harmonies of #EC55D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC55D4

Black with #EC55D4

Text Example


Text Example

White with #EC55D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC55D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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