Html Css Color HEX #EB51C2 Free Speech Magenta

📋 copy color: '#EB51C2'

red 235 ◦ green 81 ◦ blue 194

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

Shades of Free Speech Magenta #EB51C2

Tints of Free Speech Magenta #EB51C2

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.88%

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

R = 46.08%
G = 15.88%
B = 38.04%

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

#EB51C2 (or 0xEB51C2) is known color: Free Speech Magenta. HEX triplet: EB, 51 and C2. RGB value is (235,81,194). Sum of RGB (Red+Green+Blue) = 235+81+194=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 81 (32.03% from 255 or 15.88% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 235 - color contains mainly: red. Hex color #EB51C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB51C2 is #14AE3D. Grayscale: #8B8B8B. Windows color (decimal): -1355326 or 12734955. OLE color: 12734955.

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

Color convert

RGB 235 81 194 -
CMYK 0 0.66 0.17 0.08
HSL 315.97º 0.79% 0.62% -
HSV(B) 315.97º 0.66% 0.92% -
XYZ 46.94 27.44 53.86 -
YUV 139.93 158.52 195.81 -
System Red Green Blue C M Y K H S L
Decimal 235 81 194 0 0.66 0.17 0.08 315.97 0.79 0.62
Hex EB 51 C2 0 42 11 8 13C 4F 3E
Octal 353 121 302 0 102 21 10 474 117 76
Binary 11101011 1010001 11000010 0 1000010 10001 1000 100111100 1001111 111110

Color Harmonies of #EB51C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB51C2

Black with #EB51C2

Text Example


Text Example

White with #EB51C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB51C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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