Html Css Color HEX #EB51DF Free Speech Magenta

📋 copy color: '#EB51DF'

red 235 ◦ green 81 ◦ blue 223

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

Shades of Free Speech Magenta #EB51DF

Tints of Free Speech Magenta #EB51DF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.03%

 BLUE value IS 223 (87.5% from 255) = 41.37%

R = 43.6%
G = 15.03%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EB51DF (or 0xEB51DF) is known color: Free Speech Magenta. HEX triplet: EB, 51 and DF. RGB value is (235,81,223). Sum of RGB (Red+Green+Blue) = 235+81+223=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 81 (32.03% from 255 or 15.03% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EB51DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB51DF is #14AE20. Grayscale: #8E8E8E. Windows color (decimal): -1355297 or 14635499. OLE color: 14635499.

HSL color Cylindrical-coordinate representation of color #EB51DF: hue angle of 304.68º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EB51DF is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 81 223 -
CMYK 0 0.66 0.05 0.08
HSL 304.68º 0.79% 0.62% -
HSV(B) 304.68º 0.66% 0.92% -
XYZ 50.52 28.87 72.72 -
YUV 143.23 173.02 193.45 -
System Red Green Blue C M Y K H S L
Decimal 235 81 223 0 0.66 0.05 0.08 304.68 0.79 0.62
Hex EB 51 DF 0 42 5 8 131 4F 3E
Octal 353 121 337 0 102 5 10 461 117 76
Binary 11101011 1010001 11011111 0 1000010 101 1000 100110001 1001111 111110

Color Harmonies of #EB51DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB51DF

Black with #EB51DF

Text Example


Text Example

White with #EB51DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB51DF; }

 p { color: rgb(235,81,223); }

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

background-color css

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

 a { background-color: rgb(235,81,223); }

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

border-color css

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

 span { border-color: rgb(235,81,223); }

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