Html Css Color HEX #EB50EC Free Speech Magenta

📋 copy color: '#EB50EC'

red 235 ◦ green 80 ◦ blue 236

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

Shades of Free Speech Magenta #EB50EC

Tints of Free Speech Magenta #EB50EC

RGB

 RED value IS 235 (92.19% from 255) = 42.65%

 GREEN value IS 80 (31.64% from 255) = 14.52%

 BLUE value IS 236 (92.58% from 255) = 42.83%

R = 42.65%
G = 14.52%
B = 42.83%

CMYK

 C value IS 0.00

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EB50EC (or 0xEB50EC) is known color: Free Speech Magenta. HEX triplet: EB, 50 and EC. RGB value is (235,80,236). Sum of RGB (Red+Green+Blue) = 235+80+236=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 80 (31.64% from 255 or 14.52% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #EB50EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB50EC is #14AF13. Grayscale: #8F8F8F. Windows color (decimal): -1355540 or 15487211. OLE color: 15487211.

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

Color convert

RGB 235 80 236 -
CMYK 0.00 0.66 0 0.07
HSL 299.62º 0.8% 0.62% -
HSV(B) 299.62º 0.66% 0.93% -
XYZ 52.27 29.46 82.29 -
YUV 144.13 179.85 192.82 -
System Red Green Blue C M Y K H S L
Decimal 235 80 236 0.00 0.66 0 0.07 299.62 0.8 0.62
Hex EB 50 EC 0 42 0 7 12C 50 3E
Octal 353 120 354 0 102 0 7 454 120 76
Binary 11101011 1010000 11101100 0 1000010 0 111 100101100 1010000 111110

Color Harmonies of #EB50EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB50EC

Black with #EB50EC

Text Example


Text Example

White with #EB50EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB50EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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