Html Css Color HEX #EC40DA Free Speech Magenta

📋 copy color: '#EC40DA'

red 236 ◦ green 64 ◦ blue 218

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

Shades of Free Speech Magenta #EC40DA

Tints of Free Speech Magenta #EC40DA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.36%

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

R = 45.56%
G = 12.36%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC40DA (or 0xEC40DA) is known color: Free Speech Magenta. HEX triplet: EC, 40 and DA. RGB value is (236,64,218). Sum of RGB (Red+Green+Blue) = 236+64+218=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 64 (25.39% from 255 or 12.36% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC40DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC40DA is #13BF25. Grayscale: #848484. Windows color (decimal): -1294118 or 14303468. OLE color: 14303468.

HSL color Cylindrical-coordinate representation of color #EC40DA: hue angle of 306.28º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC40DA is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 64 218 -
CMYK 0 0.73 0.08 0.07
HSL 306.28º 0.82% 0.59% -
HSV(B) 306.28º 0.73% 0.93% -
XYZ 49.08 26.56 68.87 -
YUV 132.98 175.98 201.48 -
System Red Green Blue C M Y K H S L
Decimal 236 64 218 0 0.73 0.08 0.07 306.28 0.82 0.59
Hex EC 40 DA 0 49 8 7 132 52 3B
Octal 354 100 332 0 111 10 7 462 122 73
Binary 11101100 1000000 11011010 0 1001001 1000 111 100110010 1010010 111011

Color Harmonies of #EC40DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC40DA

Black with #EC40DA

Text Example


Text Example

White with #EC40DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC40DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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