Html Css Color HEX #EB50C8 Free Speech Magenta

📋 copy color: '#EB50C8'

red 235 ◦ green 80 ◦ blue 200

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

Shades of Free Speech Magenta #EB50C8

Tints of Free Speech Magenta #EB50C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.83%

R = 45.63%
G = 15.53%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EB50C8 (or 0xEB50C8) is known color: Free Speech Magenta. HEX triplet: EB, 50 and C8. RGB value is (235,80,200). Sum of RGB (Red+Green+Blue) = 235+80+200=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 80 (31.64% from 255 or 15.53% from 515); Blue value is 200 (78.52% from 255 or 38.83% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EB50C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB50C8 is #14AF37. Grayscale: #8B8B8B. Windows color (decimal): -1355576 or 13127915. OLE color: 13127915.

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

Color convert

RGB 235 80 200 -
CMYK 0 0.66 0.15 0.08
HSL 313.55º 0.79% 0.62% -
HSV(B) 313.55º 0.66% 0.92% -
XYZ 47.55 27.57 57.46 -
YUV 140.03 161.85 195.74 -
System Red Green Blue C M Y K H S L
Decimal 235 80 200 0 0.66 0.15 0.08 313.55 0.79 0.62
Hex EB 50 C8 0 42 F 8 13A 4F 3E
Octal 353 120 310 0 102 17 10 472 117 76
Binary 11101011 1010000 11001000 0 1000010 1111 1000 100111010 1001111 111110

Color Harmonies of #EB50C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB50C8

Black with #EB50C8

Text Example


Text Example

White with #EB50C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB50C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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