Html Css Color HEX #EC4CDA Free Speech Magenta

📋 copy color: '#EC4CDA'

red 236 ◦ green 76 ◦ blue 218

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

Shades of Free Speech Magenta #EC4CDA

Tints of Free Speech Magenta #EC4CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.13%

R = 44.53%
G = 14.34%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC4CDA (or 0xEC4CDA) is known color: Free Speech Magenta. HEX triplet: EC, 4C and DA. RGB value is (236,76,218). Sum of RGB (Red+Green+Blue) = 236+76+218=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 76 (30.08% from 255 or 14.34% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4CDA is #13B325. Grayscale: #8B8B8B. Windows color (decimal): -1291046 or 14306540. OLE color: 14306540.

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

Color convert

RGB 236 76 218 -
CMYK 0 0.68 0.08 0.07
HSL 306.75º 0.81% 0.61% -
HSV(B) 306.75º 0.68% 0.93% -
XYZ 49.83 28.06 69.12 -
YUV 140.03 172.01 196.45 -
System Red Green Blue C M Y K H S L
Decimal 236 76 218 0 0.68 0.08 0.07 306.75 0.81 0.61
Hex EC 4C DA 0 44 8 7 133 51 3D
Octal 354 114 332 0 104 10 7 463 121 75
Binary 11101100 1001100 11011010 0 1000100 1000 111 100110011 1010001 111101

Color Harmonies of #EC4CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4CDA

Black with #EC4CDA

Text Example


Text Example

White with #EC4CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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