Html Css Color HEX #EB57C2 Free Speech Magenta

📋 copy color: '#EB57C2'

red 235 ◦ green 87 ◦ blue 194

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

Shades of Free Speech Magenta #EB57C2

Tints of Free Speech Magenta #EB57C2

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.86%

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

R = 45.54%
G = 16.86%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EB57C2 (or 0xEB57C2) is known color: Free Speech Magenta. HEX triplet: EB, 57 and C2. RGB value is (235,87,194). Sum of RGB (Red+Green+Blue) = 235+87+194=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 87 (34.38% from 255 or 16.86% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EB57C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB57C2 is #14A83D. Grayscale: #8F8F8F. Windows color (decimal): -1353790 or 12736491. OLE color: 12736491.

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

Color convert

RGB 235 87 194 -
CMYK 0 0.63 0.17 0.08
HSL 316.62º 0.79% 0.63% -
HSV(B) 316.62º 0.63% 0.92% -
XYZ 47.41 28.37 54.02 -
YUV 143.45 156.53 193.3 -
System Red Green Blue C M Y K H S L
Decimal 235 87 194 0 0.63 0.17 0.08 316.62 0.79 0.63
Hex EB 57 C2 0 3F 11 8 13D 4F 3F
Octal 353 127 302 0 77 21 10 475 117 77
Binary 11101011 1010111 11000010 0 111111 10001 1000 100111101 1001111 111111

Color Harmonies of #EB57C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB57C2

Black with #EB57C2

Text Example


Text Example

White with #EB57C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB57C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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