Html Css Color HEX #EC5DCC Free Speech Magenta

📋 copy color: '#EC5DCC'

red 236 ◦ green 93 ◦ blue 204

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

Shades of Free Speech Magenta #EC5DCC

Tints of Free Speech Magenta #EC5DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.27%

R = 44.28%
G = 17.45%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC5DCC (or 0xEC5DCC) is known color: Free Speech Magenta. HEX triplet: EC, 5D and CC. RGB value is (236,93,204). Sum of RGB (Red+Green+Blue) = 236+93+204=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 93 (36.72% from 255 or 17.45% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5DCC is #13A233. Grayscale: #949494. Windows color (decimal): -1286708 or 13393388. OLE color: 13393388.

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

Color convert

RGB 236 93 204 -
CMYK 0 0.61 0.14 0.07
HSL 313.43º 0.79% 0.65% -
HSV(B) 313.43º 0.61% 0.93% -
XYZ 49.41 30.02 60.32 -
YUV 148.41 159.38 190.47 -
System Red Green Blue C M Y K H S L
Decimal 236 93 204 0 0.61 0.14 0.07 313.43 0.79 0.65
Hex EC 5D CC 0 3D E 7 139 4F 41
Octal 354 135 314 0 75 16 7 471 117 101
Binary 11101100 1011101 11001100 0 111101 1110 111 100111001 1001111 1000001

Color Harmonies of #EC5DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5DCC

Black with #EC5DCC

Text Example


Text Example

White with #EC5DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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