Html Css Color HEX #EB4DF1 Free Speech Magenta

📋 copy color: '#EB4DF1'

red 235 ◦ green 77 ◦ blue 241

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

Shades of Free Speech Magenta #EB4DF1

Tints of Free Speech Magenta #EB4DF1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.92%

 BLUE value IS 241 (94.53% from 255) = 43.58%

R = 42.5%
G = 13.92%
B = 43.58%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EB4DF1 (or 0xEB4DF1) is known color: Free Speech Magenta. HEX triplet: EB, 4D and F1. RGB value is (235,77,241). Sum of RGB (Red+Green+Blue) = 235+77+241=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 77 (30.47% from 255 or 13.92% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #EB4DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB4DF1 is #14B20E. Grayscale: #8E8E8E. Windows color (decimal): -1356303 or 15814123. OLE color: 15814123.

HSL color Cylindrical-coordinate representation of color #EB4DF1: hue angle of 297.8º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EB4DF1 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 77 241 -
CMYK 0.02 0.68 0 0.05
HSL 297.8º 0.85% 0.62% -
HSV(B) 297.8º 0.68% 0.95% -
XYZ 52.79 29.32 86.1 -
YUV 142.94 183.35 193.66 -
System Red Green Blue C M Y K H S L
Decimal 235 77 241 0.02 0.68 0 0.05 297.8 0.85 0.62
Hex EB 4D F1 2 44 0 5 12A 55 3E
Octal 353 115 361 2 104 0 5 452 125 76
Binary 11101011 1001101 11110001 10 1000100 0 101 100101010 1010101 111110

Color Harmonies of #EB4DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4DF1

Black with #EB4DF1

Text Example


Text Example

White with #EB4DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4DF1; }

 p { color: rgb(235,77,241); }

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

background-color css

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

 a { background-color: rgb(235,77,241); }

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

border-color css

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

 span { border-color: rgb(235,77,241); }

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