Html Css Color HEX #EB59D3 Free Speech Magenta

📋 copy color: '#EB59D3'

red 235 ◦ green 89 ◦ blue 211

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

Shades of Free Speech Magenta #EB59D3

Tints of Free Speech Magenta #EB59D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.44%

R = 43.93%
G = 16.64%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EB59D3 (or 0xEB59D3) is known color: Free Speech Magenta. HEX triplet: EB, 59 and D3. RGB value is (235,89,211). Sum of RGB (Red+Green+Blue) = 235+89+211=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 89 (35.16% from 255 or 16.64% from 535); Blue value is 211 (82.81% from 255 or 39.44% from 535); Max value from RGB is 235 - color contains mainly: red. Hex color #EB59D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB59D3 is #14A62C. Grayscale: #929292. Windows color (decimal): -1353261 or 13851115. OLE color: 13851115.

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

Color convert

RGB 235 89 211 -
CMYK 0 0.62 0.10 0.08
HSL 309.86º 0.78% 0.64% -
HSV(B) 309.86º 0.62% 0.92% -
XYZ 49.59 29.51 64.71 -
YUV 146.56 164.37 191.08 -
System Red Green Blue C M Y K H S L
Decimal 235 89 211 0 0.62 0.10 0.08 309.86 0.78 0.64
Hex EB 59 D3 0 3E A 8 136 4E 40
Octal 353 131 323 0 76 12 10 466 116 100
Binary 11101011 1011001 11010011 0 111110 1010 1000 100110110 1001110 1000000

Color Harmonies of #EB59D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB59D3

Black with #EB59D3

Text Example


Text Example

White with #EB59D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB59D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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