Html Css Color HEX #EB52EC Free Speech Magenta

📋 copy color: '#EB52EC'

red 235 ◦ green 82 ◦ blue 236

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

Shades of Free Speech Magenta #EB52EC

Tints of Free Speech Magenta #EB52EC

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #EB52EC: hue angle of 299.61º 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 #EB52EC is Cyan = 0.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

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

Color Harmonies of #EB52EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB52EC

Black with #EB52EC

Text Example


Text Example

White with #EB52EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB52EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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