Html Css Color HEX #EC57E7 Free Speech Magenta

📋 copy color: '#EC57E7'

red 236 ◦ green 87 ◦ blue 231

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

Shades of Free Speech Magenta #EC57E7

Tints of Free Speech Magenta #EC57E7

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15.7%

 BLUE value IS 231 (90.63% from 255) = 41.7%

R = 42.6%
G = 15.7%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EC57E7 (or 0xEC57E7) is known color: Free Speech Magenta. HEX triplet: EC, 57 and E7. RGB value is (236,87,231). Sum of RGB (Red+Green+Blue) = 236+87+231=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 87 (34.38% from 255 or 15.70% from 554); Blue value is 231 (90.62% from 255 or 41.70% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC57E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC57E7 is #13A818. Grayscale: #939393. Windows color (decimal): -1288217 or 15161324. OLE color: 15161324.

HSL color Cylindrical-coordinate representation of color #EC57E7: hue angle of 302.01º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC57E7 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 87 231 -
CMYK 0 0.63 0.02 0.07
HSL 302.01º 0.8% 0.63% -
HSV(B) 302.01º 0.63% 0.93% -
XYZ 52.42 30.42 78.71 -
YUV 147.97 174.86 190.79 -
System Red Green Blue C M Y K H S L
Decimal 236 87 231 0 0.63 0.02 0.07 302.01 0.8 0.63
Hex EC 57 E7 0 3F 2 7 12E 50 3F
Octal 354 127 347 0 77 2 7 456 120 77
Binary 11101100 1010111 11100111 0 111111 10 111 100101110 1010000 111111

Color Harmonies of #EC57E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC57E7

Black with #EC57E7

Text Example


Text Example

White with #EC57E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC57E7; }

 p { color: rgb(236,87,231); }

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

background-color css

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

 a { background-color: rgb(236,87,231); }

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

border-color css

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

 span { border-color: rgb(236,87,231); }

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