Html Css Color HEX #EB49D1 Free Speech Magenta

📋 copy color: '#EB49D1'

red 235 ◦ green 73 ◦ blue 209

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

Shades of Free Speech Magenta #EB49D1

Tints of Free Speech Magenta #EB49D1

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.12%

 BLUE value IS 209 (82.03% from 255) = 40.43%

R = 45.45%
G = 14.12%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB49D1 (or 0xEB49D1) is known color: Free Speech Magenta. HEX triplet: EB, 49 and D1. RGB value is (235,73,209). Sum of RGB (Red+Green+Blue) = 235+73+209=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 73 (28.91% from 255 or 14.12% from 517); Blue value is 209 (82.03% from 255 or 40.43% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EB49D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB49D1 is #14B62E. Grayscale: #888888. Windows color (decimal): -1357359 or 13715947. OLE color: 13715947.

HSL color Cylindrical-coordinate representation of color #EB49D1: hue angle of 309.63º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB49D1 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 73 209 -
CMYK 0 0.69 0.11 0.08
HSL 309.63º 0.8% 0.6% -
HSV(B) 309.63º 0.69% 0.92% -
XYZ 48.15 27.03 63 -
YUV 136.94 168.67 197.94 -
System Red Green Blue C M Y K H S L
Decimal 235 73 209 0 0.69 0.11 0.08 309.63 0.8 0.6
Hex EB 49 D1 0 45 B 8 136 50 3C
Octal 353 111 321 0 105 13 10 466 120 74
Binary 11101011 1001001 11010001 0 1000101 1011 1000 100110110 1010000 111100

Color Harmonies of #EB49D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB49D1

Black with #EB49D1

Text Example


Text Example

White with #EB49D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB49D1; }

 p { color: rgb(235,73,209); }

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

background-color css

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

 a { background-color: rgb(235,73,209); }

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

border-color css

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

 span { border-color: rgb(235,73,209); }

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