Html Css Color HEX #EB53C0 Free Speech Magenta

📋 copy color: '#EB53C0'

red 235 ◦ green 83 ◦ blue 192

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

Shades of Free Speech Magenta #EB53C0

Tints of Free Speech Magenta #EB53C0

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.27%

 BLUE value IS 192 (75.39% from 255) = 37.65%

R = 46.08%
G = 16.27%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EB53C0 (or 0xEB53C0) is known color: Free Speech Magenta. HEX triplet: EB, 53 and C0. RGB value is (235,83,192). Sum of RGB (Red+Green+Blue) = 235+83+192=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 83 (32.81% from 255 or 16.27% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 235 - color contains mainly: red. Hex color #EB53C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB53C0 is #14AC3F. Grayscale: #8C8C8C. Windows color (decimal): -1354816 or 12604395. OLE color: 12604395.

HSL color Cylindrical-coordinate representation of color #EB53C0: hue angle of 316.97º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EB53C0 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 83 192 -
CMYK 0 0.65 0.18 0.08
HSL 316.97º 0.79% 0.62% -
HSV(B) 316.97º 0.65% 0.92% -
XYZ 46.87 27.65 52.74 -
YUV 140.87 156.86 195.14 -
System Red Green Blue C M Y K H S L
Decimal 235 83 192 0 0.65 0.18 0.08 316.97 0.79 0.62
Hex EB 53 C0 0 41 12 8 13D 4F 3E
Octal 353 123 300 0 101 22 10 475 117 76
Binary 11101011 1010011 11000000 0 1000001 10010 1000 100111101 1001111 111110

Color Harmonies of #EB53C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB53C0

Black with #EB53C0

Text Example


Text Example

White with #EB53C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB53C0; }

 p { color: rgb(235,83,192); }

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

background-color css

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

 a { background-color: rgb(235,83,192); }

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

border-color css

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

 span { border-color: rgb(235,83,192); }

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