Html Css Color HEX #EB40EF Free Speech Magenta

📋 copy color: '#EB40EF'

red 235 ◦ green 64 ◦ blue 239

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

Shades of Free Speech Magenta #EB40EF

Tints of Free Speech Magenta #EB40EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.42%

R = 43.68%
G = 11.9%
B = 44.42%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EB40EF (or 0xEB40EF) is known color: Free Speech Magenta. HEX triplet: EB, 40 and EF. RGB value is (235,64,239). Sum of RGB (Red+Green+Blue) = 235+64+239=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 64 (25.39% from 255 or 11.90% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #EB40EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB40EF is #14BF10. Grayscale: #868686. Windows color (decimal): -1359633 or 15679723. OLE color: 15679723.

HSL color Cylindrical-coordinate representation of color #EB40EF: hue angle of 298.63º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB40EF is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 64 239 -
CMYK 0.02 0.73 0 0.06
HSL 298.63º 0.85% 0.59% -
HSV(B) 298.63º 0.73% 0.94% -
XYZ 51.67 27.56 84.26 -
YUV 135.08 186.65 199.27 -
System Red Green Blue C M Y K H S L
Decimal 235 64 239 0.02 0.73 0 0.06 298.63 0.85 0.59
Hex EB 40 EF 2 49 0 6 12B 55 3B
Octal 353 100 357 2 111 0 6 453 125 73
Binary 11101011 1000000 11101111 10 1001001 0 110 100101011 1010101 111011

Color Harmonies of #EB40EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB40EF

Black with #EB40EF

Text Example


Text Example

White with #EB40EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB40EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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