Html Css Color HEX #EB59DF Free Speech Magenta

📋 copy color: '#EB59DF'

red 235 ◦ green 89 ◦ blue 223

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

Shades of Free Speech Magenta #EB59DF

Tints of Free Speech Magenta #EB59DF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.27%

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

R = 42.96%
G = 16.27%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EB59DF (or 0xEB59DF) is known color: Free Speech Magenta. HEX triplet: EB, 59 and DF. RGB value is (235,89,223). Sum of RGB (Red+Green+Blue) = 235+89+223=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 89 (35.16% from 255 or 16.27% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EB59DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB59DF is #14A620. Grayscale: #939393. Windows color (decimal): -1353249 or 14637547. OLE color: 14637547.

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

Color convert

RGB 235 89 223 -
CMYK 0 0.62 0.05 0.08
HSL 304.93º 0.78% 0.64% -
HSV(B) 304.93º 0.62% 0.92% -
XYZ 51.15 30.13 72.93 -
YUV 147.93 170.37 190.1 -
System Red Green Blue C M Y K H S L
Decimal 235 89 223 0 0.62 0.05 0.08 304.93 0.78 0.64
Hex EB 59 DF 0 3E 5 8 131 4E 40
Octal 353 131 337 0 76 5 10 461 116 100
Binary 11101011 1011001 11011111 0 111110 101 1000 100110001 1001110 1000000

Color Harmonies of #EB59DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB59DF

Black with #EB59DF

Text Example


Text Example

White with #EB59DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB59DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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