Html Css Color HEX #EC4CD2 Free Speech Magenta

📋 copy color: '#EC4CD2'

red 236 ◦ green 76 ◦ blue 210

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

Shades of Free Speech Magenta #EC4CD2

Tints of Free Speech Magenta #EC4CD2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.56%

 BLUE value IS 210 (82.42% from 255) = 40.23%

R = 45.21%
G = 14.56%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC4CD2 (or 0xEC4CD2) is known color: Free Speech Magenta. HEX triplet: EC, 4C and D2. RGB value is (236,76,210). Sum of RGB (Red+Green+Blue) = 236+76+210=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 76 (30.08% from 255 or 14.56% from 522); Blue value is 210 (82.42% from 255 or 40.23% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4CD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4CD2 is #13B32D. Grayscale: #8A8A8A. Windows color (decimal): -1291054 or 13782252. OLE color: 13782252.

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

Color convert

RGB 236 76 210 -
CMYK 0 0.68 0.11 0.07
HSL 309.75º 0.81% 0.61% -
HSV(B) 309.75º 0.68% 0.93% -
XYZ 48.81 27.65 63.74 -
YUV 139.12 168.01 197.1 -
System Red Green Blue C M Y K H S L
Decimal 236 76 210 0 0.68 0.11 0.07 309.75 0.81 0.61
Hex EC 4C D2 0 44 B 7 136 51 3D
Octal 354 114 322 0 104 13 7 466 121 75
Binary 11101100 1001100 11010010 0 1000100 1011 111 100110110 1010001 111101

Color Harmonies of #EC4CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4CD2

Black with #EC4CD2

Text Example


Text Example

White with #EC4CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4CD2; }

 p { color: rgb(236,76,210); }

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

background-color css

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

 a { background-color: rgb(236,76,210); }

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

border-color css

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

 span { border-color: rgb(236,76,210); }

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