Html Css Color HEX #EB55C0 Free Speech Magenta

📋 copy color: '#EB55C0'

red 235 ◦ green 85 ◦ blue 192

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

Shades of Free Speech Magenta #EB55C0

Tints of Free Speech Magenta #EB55C0

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.6%

 BLUE value IS 192 (75.39% from 255) = 37.5%

R = 45.9%
G = 16.6%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EB55C0 (or 0xEB55C0) is known color: Free Speech Magenta. HEX triplet: EB, 55 and C0. RGB value is (235,85,192). Sum of RGB (Red+Green+Blue) = 235+85+192=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 85 (33.59% from 255 or 16.60% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EB55C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB55C0 is #14AA3F. Grayscale: #8D8D8D. Windows color (decimal): -1354304 or 12604907. OLE color: 12604907.

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

Color convert

RGB 235 85 192 -
CMYK 0 0.64 0.18 0.08
HSL 317.2º 0.79% 0.63% -
HSV(B) 317.2º 0.64% 0.92% -
XYZ 47.02 27.96 52.79 -
YUV 142.05 156.2 194.3 -
System Red Green Blue C M Y K H S L
Decimal 235 85 192 0 0.64 0.18 0.08 317.2 0.79 0.63
Hex EB 55 C0 0 40 12 8 13D 4F 3F
Octal 353 125 300 0 100 22 10 475 117 77
Binary 11101011 1010101 11000000 0 1000000 10010 1000 100111101 1001111 111111

Color Harmonies of #EB55C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB55C0

Black with #EB55C0

Text Example


Text Example

White with #EB55C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB55C0; }

 p { color: rgb(235,85,192); }

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

background-color css

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

 a { background-color: rgb(235,85,192); }

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

border-color css

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

 span { border-color: rgb(235,85,192); }

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