Html Css Color HEX #EB50C6 Free Speech Magenta

📋 copy color: '#EB50C6'

red 235 ◦ green 80 ◦ blue 198

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

Shades of Free Speech Magenta #EB50C6

Tints of Free Speech Magenta #EB50C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.6%

R = 45.81%
G = 15.59%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EB50C6 (or 0xEB50C6) is known color: Free Speech Magenta. HEX triplet: EB, 50 and C6. RGB value is (235,80,198). Sum of RGB (Red+Green+Blue) = 235+80+198=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 80 (31.64% from 255 or 15.59% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EB50C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB50C6 is #14AF39. Grayscale: #8B8B8B. Windows color (decimal): -1355578 or 12996843. OLE color: 12996843.

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

Color convert

RGB 235 80 198 -
CMYK 0 0.66 0.16 0.08
HSL 314.32º 0.79% 0.62% -
HSV(B) 314.32º 0.66% 0.92% -
XYZ 47.32 27.48 56.24 -
YUV 139.8 160.85 195.91 -
System Red Green Blue C M Y K H S L
Decimal 235 80 198 0 0.66 0.16 0.08 314.32 0.79 0.62
Hex EB 50 C6 0 42 10 8 13A 4F 3E
Octal 353 120 306 0 102 20 10 472 117 76
Binary 11101011 1010000 11000110 0 1000010 10000 1000 100111010 1001111 111110

Color Harmonies of #EB50C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB50C6

Black with #EB50C6

Text Example


Text Example

White with #EB50C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB50C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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