Html Css Color HEX #EC42DA Free Speech Magenta

📋 copy color: '#EC42DA'

red 236 ◦ green 66 ◦ blue 218

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

Shades of Free Speech Magenta #EC42DA

Tints of Free Speech Magenta #EC42DA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.69%

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

R = 45.38%
G = 12.69%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC42DA (or 0xEC42DA) is known color: Free Speech Magenta. HEX triplet: EC, 42 and DA. RGB value is (236,66,218). Sum of RGB (Red+Green+Blue) = 236+66+218=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 66 (26.17% from 255 or 12.69% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC42DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC42DA is #13BD25. Grayscale: #858585. Windows color (decimal): -1293606 or 14303980. OLE color: 14303980.

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

Color convert

RGB 236 66 218 -
CMYK 0 0.72 0.08 0.07
HSL 306.35º 0.82% 0.59% -
HSV(B) 306.35º 0.72% 0.93% -
XYZ 49.2 26.79 68.91 -
YUV 134.16 175.32 200.64 -
System Red Green Blue C M Y K H S L
Decimal 236 66 218 0 0.72 0.08 0.07 306.35 0.82 0.59
Hex EC 42 DA 0 48 8 7 132 52 3B
Octal 354 102 332 0 110 10 7 462 122 73
Binary 11101100 1000010 11011010 0 1001000 1000 111 100110010 1010010 111011

Color Harmonies of #EC42DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC42DA

Black with #EC42DA

Text Example


Text Example

White with #EC42DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC42DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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