Html Css Color HEX #EB40D9 Free Speech Magenta

📋 copy color: '#EB40D9'

red 235 ◦ green 64 ◦ blue 217

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

Shades of Free Speech Magenta #EB40D9

Tints of Free Speech Magenta #EB40D9

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.4%

 BLUE value IS 217 (85.16% from 255) = 42.05%

R = 45.54%
G = 12.4%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EB40D9 (or 0xEB40D9) is known color: Free Speech Magenta. HEX triplet: EB, 40 and D9. RGB value is (235,64,217). Sum of RGB (Red+Green+Blue) = 235+64+217=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 64 (25.39% from 255 or 12.40% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EB40D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB40D9 is #14BF26. Grayscale: #848484. Windows color (decimal): -1359655 or 14237931. OLE color: 14237931.

HSL color Cylindrical-coordinate representation of color #EB40D9: hue angle of 306.32º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB40D9 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 64 217 -
CMYK 0 0.73 0.08 0.08
HSL 306.32º 0.81% 0.59% -
HSV(B) 306.32º 0.73% 0.92% -
XYZ 48.62 26.34 68.17 -
YUV 132.57 175.65 201.06 -
System Red Green Blue C M Y K H S L
Decimal 235 64 217 0 0.73 0.08 0.08 306.32 0.81 0.59
Hex EB 40 D9 0 49 8 8 132 51 3B
Octal 353 100 331 0 111 10 10 462 121 73
Binary 11101011 1000000 11011001 0 1001001 1000 1000 100110010 1010001 111011

Color Harmonies of #EB40D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB40D9

Black with #EB40D9

Text Example


Text Example

White with #EB40D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB40D9; }

 p { color: rgb(235,64,217); }

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

background-color css

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

 a { background-color: rgb(235,64,217); }

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

border-color css

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

 span { border-color: rgb(235,64,217); }

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