Html Css Color HEX #EC46DA Free Speech Magenta

📋 copy color: '#EC46DA'

red 236 ◦ green 70 ◦ blue 218

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

Shades of Free Speech Magenta #EC46DA

Tints of Free Speech Magenta #EC46DA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.36%

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

R = 45.04%
G = 13.36%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC46DA (or 0xEC46DA) is known color: Free Speech Magenta. HEX triplet: EC, 46 and DA. RGB value is (236,70,218). Sum of RGB (Red+Green+Blue) = 236+70+218=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 70 (27.73% from 255 or 13.36% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #EC46DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC46DA is #13B925. Grayscale: #888888. Windows color (decimal): -1292582 or 14305004. OLE color: 14305004.

HSL color Cylindrical-coordinate representation of color #EC46DA: hue angle of 306.51º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC46DA is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 70 218 -
CMYK 0 0.70 0.08 0.07
HSL 306.51º 0.81% 0.6% -
HSV(B) 306.51º 0.7% 0.93% -
XYZ 49.44 27.28 68.99 -
YUV 136.51 174 198.97 -
System Red Green Blue C M Y K H S L
Decimal 236 70 218 0 0.70 0.08 0.07 306.51 0.81 0.6
Hex EC 46 DA 0 46 8 7 133 51 3C
Octal 354 106 332 0 106 10 7 463 121 74
Binary 11101100 1000110 11011010 0 1000110 1000 111 100110011 1010001 111100

Color Harmonies of #EC46DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC46DA

Black with #EC46DA

Text Example


Text Example

White with #EC46DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC46DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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