Html Css Color HEX #EC52EB Free Speech Magenta

📋 copy color: '#EC52EB'

red 236 ◦ green 82 ◦ blue 235

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

Shades of Free Speech Magenta #EC52EB

Tints of Free Speech Magenta #EC52EB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.83%

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

R = 42.68%
G = 14.83%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EC52EB (or 0xEC52EB) is known color: Free Speech Magenta. HEX triplet: EC, 52 and EB. RGB value is (236,82,235). Sum of RGB (Red+Green+Blue) = 236+82+235=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 82 (32.42% from 255 or 14.83% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC52EB is #13AD14. Grayscale: #919191. Windows color (decimal): -1289493 or 15422188. OLE color: 15422188.

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

Color convert

RGB 236 82 235 -
CMYK 0 0.65 0.00 0.07
HSL 300.39º 0.8% 0.62% -
HSV(B) 300.39º 0.65% 0.93% -
XYZ 52.6 29.87 81.59 -
YUV 145.49 178.52 192.56 -
System Red Green Blue C M Y K H S L
Decimal 236 82 235 0 0.65 0.00 0.07 300.39 0.8 0.62
Hex EC 52 EB 0 41 0 7 12C 50 3E
Octal 354 122 353 0 101 0 7 454 120 76
Binary 11101100 1010010 11101011 0 1000001 0 111 100101100 1010000 111110

Color Harmonies of #EC52EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC52EB

Black with #EC52EB

Text Example


Text Example

White with #EC52EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC52EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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