Html Css Color HEX #EC58E7 Free Speech Magenta

📋 copy color: '#EC58E7'

red 236 ◦ green 88 ◦ blue 231

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

Shades of Free Speech Magenta #EC58E7

Tints of Free Speech Magenta #EC58E7

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.86%

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

R = 42.52%
G = 15.86%
B = 41.62%

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

#EC58E7 (or 0xEC58E7) is known color: Free Speech Magenta. HEX triplet: EC, 58 and E7. RGB value is (236,88,231). Sum of RGB (Red+Green+Blue) = 236+88+231=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 88 (34.77% from 255 or 15.86% from 555); Blue value is 231 (90.62% from 255 or 41.62% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #EC58E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC58E7 is #13A718. Grayscale: #949494. Windows color (decimal): -1287961 or 15161580. OLE color: 15161580.

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

Color convert

RGB 236 88 231 -
CMYK 0 0.63 0.02 0.07
HSL 302.03º 0.8% 0.64% -
HSV(B) 302.03º 0.63% 0.93% -
XYZ 52.51 30.58 78.74 -
YUV 148.55 174.53 190.37 -
System Red Green Blue C M Y K H S L
Decimal 236 88 231 0 0.63 0.02 0.07 302.03 0.8 0.64
Hex EC 58 E7 0 3F 2 7 12E 50 40
Octal 354 130 347 0 77 2 7 456 120 100
Binary 11101100 1011000 11100111 0 111111 10 111 100101110 1010000 1000000

Color Harmonies of #EC58E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC58E7

Black with #EC58E7

Text Example


Text Example

White with #EC58E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC58E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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