Html Css Color HEX #EC42F6 Free Speech Magenta

📋 copy color: '#EC42F6'

red 236 ◦ green 66 ◦ blue 246

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

Shades of Free Speech Magenta #EC42F6

Tints of Free Speech Magenta #EC42F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.89%

R = 43.07%
G = 12.04%
B = 44.89%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EC42F6 (or 0xEC42F6) is known color: Free Speech Magenta. HEX triplet: EC, 42 and F6. RGB value is (236,66,246). Sum of RGB (Red+Green+Blue) = 236+66+246=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 66 (26.17% from 255 or 12.04% from 548); Blue value is 246 (96.48% from 255 or 44.89% from 548); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC42F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC42F6 is #13BD09. Grayscale: #888888. Windows color (decimal): -1293578 or 16138988. OLE color: 16138988.

HSL color Cylindrical-coordinate representation of color #EC42F6: hue angle of 296.67º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC42F6 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 236 66 246 -
CMYK 0.04 0.73 0 0.04
HSL 296.67º 0.91% 0.61% -
HSV(B) 296.67º 0.73% 0.96% -
XYZ 53.17 28.38 89.86 -
YUV 137.35 189.32 198.36 -
System Red Green Blue C M Y K H S L
Decimal 236 66 246 0.04 0.73 0 0.04 296.67 0.91 0.61
Hex EC 42 F6 4 49 0 4 129 5B 3D
Octal 354 102 366 4 111 0 4 451 133 75
Binary 11101100 1000010 11110110 100 1001001 0 100 100101001 1011011 111101

Color Harmonies of #EC42F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC42F6

Black with #EC42F6

Text Example


Text Example

White with #EC42F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC42F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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