Html Css Color HEX #EC5DD6 Free Speech Magenta

📋 copy color: '#EC5DD6'

red 236 ◦ green 93 ◦ blue 214

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

Shades of Free Speech Magenta #EC5DD6

Tints of Free Speech Magenta #EC5DD6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.13%

 BLUE value IS 214 (83.98% from 255) = 39.41%

R = 43.46%
G = 17.13%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EC5DD6 (or 0xEC5DD6) is known color: Free Speech Magenta. HEX triplet: EC, 5D and D6. RGB value is (236,93,214). Sum of RGB (Red+Green+Blue) = 236+93+214=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 93 (36.72% from 255 or 17.13% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5DD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5DD6 is #13A229. Grayscale: #959595. Windows color (decimal): -1286698 or 14048748. OLE color: 14048748.

HSL color Cylindrical-coordinate representation of color #EC5DD6: hue angle of 309.23º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5DD6 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 93 214 -
CMYK 0 0.61 0.09 0.07
HSL 309.23º 0.79% 0.65% -
HSV(B) 309.23º 0.61% 0.93% -
XYZ 50.64 30.52 66.84 -
YUV 149.55 164.38 189.66 -
System Red Green Blue C M Y K H S L
Decimal 236 93 214 0 0.61 0.09 0.07 309.23 0.79 0.65
Hex EC 5D D6 0 3D 9 7 135 4F 41
Octal 354 135 326 0 75 11 7 465 117 101
Binary 11101100 1011101 11010110 0 111101 1001 111 100110101 1001111 1000001

Color Harmonies of #EC5DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5DD6

Black with #EC5DD6

Text Example


Text Example

White with #EC5DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5DD6; }

 p { color: rgb(236,93,214); }

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

background-color css

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

 a { background-color: rgb(236,93,214); }

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

border-color css

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

 span { border-color: rgb(236,93,214); }

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