Html Css Color HEX #EB50D5 Free Speech Magenta

📋 copy color: '#EB50D5'

red 235 ◦ green 80 ◦ blue 213

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

Shades of Free Speech Magenta #EB50D5

Tints of Free Speech Magenta #EB50D5

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.15%

 BLUE value IS 213 (83.59% from 255) = 40.34%

R = 44.51%
G = 15.15%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EB50D5 (or 0xEB50D5) is known color: Free Speech Magenta. HEX triplet: EB, 50 and D5. RGB value is (235,80,213). Sum of RGB (Red+Green+Blue) = 235+80+213=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 80 (31.64% from 255 or 15.15% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EB50D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB50D5 is #14AF2A. Grayscale: #8D8D8D. Windows color (decimal): -1355563 or 13979883. OLE color: 13979883.

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

Color convert

RGB 235 80 213 -
CMYK 0 0.66 0.09 0.08
HSL 308.52º 0.79% 0.62% -
HSV(B) 308.52º 0.66% 0.92% -
XYZ 49.14 28.2 65.8 -
YUV 141.51 168.35 194.69 -
System Red Green Blue C M Y K H S L
Decimal 235 80 213 0 0.66 0.09 0.08 308.52 0.79 0.62
Hex EB 50 D5 0 42 9 8 135 4F 3E
Octal 353 120 325 0 102 11 10 465 117 76
Binary 11101011 1010000 11010101 0 1000010 1001 1000 100110101 1001111 111110

Color Harmonies of #EB50D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB50D5

Black with #EB50D5

Text Example


Text Example

White with #EB50D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB50D5; }

 p { color: rgb(235,80,213); }

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

background-color css

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

 a { background-color: rgb(235,80,213); }

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

border-color css

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

 span { border-color: rgb(235,80,213); }

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