Html Css Color HEX #EB50C2 Free Speech Magenta

📋 copy color: '#EB50C2'

red 235 ◦ green 80 ◦ blue 194

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

Shades of Free Speech Magenta #EB50C2

Tints of Free Speech Magenta #EB50C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.11%

R = 46.17%
G = 15.72%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EB50C2 (or 0xEB50C2) is known color: Free Speech Magenta. HEX triplet: EB, 50 and C2. RGB value is (235,80,194). Sum of RGB (Red+Green+Blue) = 235+80+194=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 80 (31.64% from 255 or 15.72% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 235 - color contains mainly: red. Hex color #EB50C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB50C2 is #14AF3D. Grayscale: #8B8B8B. Windows color (decimal): -1355582 or 12734699. OLE color: 12734699.

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

Color convert

RGB 235 80 194 -
CMYK 0 0.66 0.17 0.08
HSL 315.87º 0.79% 0.62% -
HSV(B) 315.87º 0.66% 0.92% -
XYZ 46.87 27.29 53.84 -
YUV 139.34 158.85 196.23 -
System Red Green Blue C M Y K H S L
Decimal 235 80 194 0 0.66 0.17 0.08 315.87 0.79 0.62
Hex EB 50 C2 0 42 11 8 13C 4F 3E
Octal 353 120 302 0 102 21 10 474 117 76
Binary 11101011 1010000 11000010 0 1000010 10001 1000 100111100 1001111 111110

Color Harmonies of #EB50C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB50C2

Black with #EB50C2

Text Example


Text Example

White with #EB50C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB50C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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