Html Css Color HEX #EB54C1 Free Speech Magenta

📋 copy color: '#EB54C1'

red 235 ◦ green 84 ◦ blue 193

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

Shades of Free Speech Magenta #EB54C1

Tints of Free Speech Magenta #EB54C1

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.41%

 BLUE value IS 193 (75.78% from 255) = 37.7%

R = 45.9%
G = 16.41%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EB54C1 (or 0xEB54C1) is known color: Free Speech Magenta. HEX triplet: EB, 54 and C1. RGB value is (235,84,193). Sum of RGB (Red+Green+Blue) = 235+84+193=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 84 (33.20% from 255 or 16.41% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EB54C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB54C1 is #14AB3E. Grayscale: #8D8D8D. Windows color (decimal): -1354559 or 12670187. OLE color: 12670187.

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

Color convert

RGB 235 84 193 -
CMYK 0 0.64 0.18 0.08
HSL 316.69º 0.79% 0.63% -
HSV(B) 316.69º 0.64% 0.92% -
XYZ 47.06 27.85 53.35 -
YUV 141.58 157.03 194.64 -
System Red Green Blue C M Y K H S L
Decimal 235 84 193 0 0.64 0.18 0.08 316.69 0.79 0.63
Hex EB 54 C1 0 40 12 8 13D 4F 3F
Octal 353 124 301 0 100 22 10 475 117 77
Binary 11101011 1010100 11000001 0 1000000 10010 1000 100111101 1001111 111111

Color Harmonies of #EB54C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB54C1

Black with #EB54C1

Text Example


Text Example

White with #EB54C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB54C1; }

 p { color: rgb(235,84,193); }

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

background-color css

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

 a { background-color: rgb(235,84,193); }

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

border-color css

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

 span { border-color: rgb(235,84,193); }

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