Html Css Color HEX #EB54D1 Free Speech Magenta

📋 copy color: '#EB54D1'

red 235 ◦ green 84 ◦ blue 209

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

Shades of Free Speech Magenta #EB54D1

Tints of Free Speech Magenta #EB54D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.58%

R = 44.51%
G = 15.91%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB54D1 (or 0xEB54D1) is known color: Free Speech Magenta. HEX triplet: EB, 54 and D1. RGB value is (235,84,209). Sum of RGB (Red+Green+Blue) = 235+84+209=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 84 (33.20% from 255 or 15.91% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EB54D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB54D1 is #14AB2E. Grayscale: #8F8F8F. Windows color (decimal): -1354543 or 13718763. OLE color: 13718763.

HSL color Cylindrical-coordinate representation of color #EB54D1: hue angle of 310.33º 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 #EB54D1 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 84 209 -
CMYK 0 0.64 0.11 0.08
HSL 310.33º 0.79% 0.63% -
HSV(B) 310.33º 0.64% 0.92% -
XYZ 48.94 28.61 63.26 -
YUV 143.4 165.03 193.34 -
System Red Green Blue C M Y K H S L
Decimal 235 84 209 0 0.64 0.11 0.08 310.33 0.79 0.63
Hex EB 54 D1 0 40 B 8 136 4F 3F
Octal 353 124 321 0 100 13 10 466 117 77
Binary 11101011 1010100 11010001 0 1000000 1011 1000 100110110 1001111 111111

Color Harmonies of #EB54D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB54D1

Black with #EB54D1

Text Example


Text Example

White with #EB54D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB54D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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