Html Css Color HEX #EB50C9 Free Speech Magenta

📋 copy color: '#EB50C9'

red 235 ◦ green 80 ◦ blue 201

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

Shades of Free Speech Magenta #EB50C9

Tints of Free Speech Magenta #EB50C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.95%

R = 45.54%
G = 15.5%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EB50C9 (or 0xEB50C9) is known color: Free Speech Magenta. HEX triplet: EB, 50 and C9. RGB value is (235,80,201). Sum of RGB (Red+Green+Blue) = 235+80+201=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EB50C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB50C9 is #14AF36. Grayscale: #8B8B8B. Windows color (decimal): -1355575 or 13193451. OLE color: 13193451.

HSL color Cylindrical-coordinate representation of color #EB50C9: hue angle of 313.16º 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 #EB50C9 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 80 201 -
CMYK 0 0.66 0.14 0.08
HSL 313.16º 0.79% 0.62% -
HSV(B) 313.16º 0.66% 0.92% -
XYZ 47.67 27.62 58.08 -
YUV 140.14 162.35 195.66 -
System Red Green Blue C M Y K H S L
Decimal 235 80 201 0 0.66 0.14 0.08 313.16 0.79 0.62
Hex EB 50 C9 0 42 E 8 139 4F 3E
Octal 353 120 311 0 102 16 10 471 117 76
Binary 11101011 1010000 11001001 0 1000010 1110 1000 100111001 1001111 111110

Color Harmonies of #EB50C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB50C9

Black with #EB50C9

Text Example


Text Example

White with #EB50C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB50C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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