Html Css Color HEX #EC55EB Free Speech Magenta

📋 copy color: '#EC55EB'

red 236 ◦ green 85 ◦ blue 235

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

Shades of Free Speech Magenta #EC55EB

Tints of Free Speech Magenta #EC55EB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.29%

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

R = 42.45%
G = 15.29%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EC55EB (or 0xEC55EB) is known color: Free Speech Magenta. HEX triplet: EC, 55 and EB. RGB value is (236,85,235). Sum of RGB (Red+Green+Blue) = 236+85+235=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 85 (33.59% from 255 or 15.29% from 556); Blue value is 235 (92.19% from 255 or 42.27% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #EC55EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC55EB is #13AA14. Grayscale: #929292. Windows color (decimal): -1288725 or 15422956. OLE color: 15422956.

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

Color convert

RGB 236 85 235 -
CMYK 0 0.64 0.00 0.07
HSL 300.4º 0.8% 0.63% -
HSV(B) 300.4º 0.64% 0.93% -
XYZ 52.84 30.33 81.67 -
YUV 147.25 177.53 191.3 -
System Red Green Blue C M Y K H S L
Decimal 236 85 235 0 0.64 0.00 0.07 300.4 0.8 0.63
Hex EC 55 EB 0 40 0 7 12C 50 3F
Octal 354 125 353 0 100 0 7 454 120 77
Binary 11101100 1010101 11101011 0 1000000 0 111 100101100 1010000 111111

Color Harmonies of #EC55EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC55EB

Black with #EC55EB

Text Example


Text Example

White with #EC55EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC55EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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