Html Css Color HEX #EC59EB Free Speech Magenta

📋 copy color: '#EC59EB'

red 236 ◦ green 89 ◦ blue 235

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

Shades of Free Speech Magenta #EC59EB

Tints of Free Speech Magenta #EC59EB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 15.89%

 BLUE value IS 235 (92.19% from 255) = 41.96%

R = 42.14%
G = 15.89%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EC59EB (or 0xEC59EB) is known color: Free Speech Magenta. HEX triplet: EC, 59 and EB. RGB value is (236,89,235). Sum of RGB (Red+Green+Blue) = 236+89+235=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 89 (35.16% from 255 or 15.89% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #EC59EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC59EB is #13A614. Grayscale: #959595. Windows color (decimal): -1287701 or 15423980. OLE color: 15423980.

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

Color convert

RGB 236 89 235 -
CMYK 0 0.62 0.00 0.07
HSL 300.41º 0.79% 0.64% -
HSV(B) 300.41º 0.62% 0.93% -
XYZ 53.16 30.98 81.77 -
YUV 149.6 176.2 189.63 -
System Red Green Blue C M Y K H S L
Decimal 236 89 235 0 0.62 0.00 0.07 300.41 0.79 0.64
Hex EC 59 EB 0 3E 0 7 12C 4F 40
Octal 354 131 353 0 76 0 7 454 117 100
Binary 11101100 1011001 11101011 0 111110 0 111 100101100 1001111 1000000

Color Harmonies of #EC59EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC59EB

Black with #EC59EB

Text Example


Text Example

White with #EC59EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC59EB; }

 p { color: rgb(236,89,235); }

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

background-color css

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

 a { background-color: rgb(236,89,235); }

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

border-color css

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

 span { border-color: rgb(236,89,235); }

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