Html Css Color HEX #EB50DF Free Speech Magenta

📋 copy color: '#EB50DF'

red 235 ◦ green 80 ◦ blue 223

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

Shades of Free Speech Magenta #EB50DF

Tints of Free Speech Magenta #EB50DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.45%

R = 43.68%
G = 14.87%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EB50DF (or 0xEB50DF) is known color: Free Speech Magenta. HEX triplet: EB, 50 and DF. RGB value is (235,80,223). Sum of RGB (Red+Green+Blue) = 235+80+223=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 80 (31.64% from 255 or 14.87% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EB50DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB50DF is #14AF20. Grayscale: #8E8E8E. Windows color (decimal): -1355553 or 14635243. OLE color: 14635243.

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

Color convert

RGB 235 80 223 -
CMYK 0 0.66 0.05 0.08
HSL 304.65º 0.79% 0.62% -
HSV(B) 304.65º 0.66% 0.92% -
XYZ 50.45 28.73 72.7 -
YUV 142.65 173.35 193.87 -
System Red Green Blue C M Y K H S L
Decimal 235 80 223 0 0.66 0.05 0.08 304.65 0.79 0.62
Hex EB 50 DF 0 42 5 8 131 4F 3E
Octal 353 120 337 0 102 5 10 461 117 76
Binary 11101011 1010000 11011111 0 1000010 101 1000 100110001 1001111 111110

Color Harmonies of #EB50DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB50DF

Black with #EB50DF

Text Example


Text Example

White with #EB50DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB50DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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