Html Css Color HEX #EB55C8 Free Speech Magenta

📋 copy color: '#EB55C8'

red 235 ◦ green 85 ◦ blue 200

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

Shades of Free Speech Magenta #EB55C8

Tints of Free Speech Magenta #EB55C8

RGB

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

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

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

R = 45.19%
G = 16.35%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EB55C8 (or 0xEB55C8) is known color: Free Speech Magenta. HEX triplet: EB, 55 and C8. RGB value is (235,85,200). Sum of RGB (Red+Green+Blue) = 235+85+200=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 85 (33.59% from 255 or 16.35% from 520); Blue value is 200 (78.52% from 255 or 38.46% from 520); Max value from RGB is 235 - color contains mainly: red. Hex color #EB55C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB55C8 is #14AA37. Grayscale: #8E8E8E. Windows color (decimal): -1354296 or 13129195. OLE color: 13129195.

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

Color convert

RGB 235 85 200 -
CMYK 0 0.64 0.15 0.08
HSL 314º 0.79% 0.63% -
HSV(B) 314º 0.64% 0.92% -
XYZ 47.93 28.33 57.59 -
YUV 142.96 160.2 193.65 -
System Red Green Blue C M Y K H S L
Decimal 235 85 200 0 0.64 0.15 0.08 314 0.79 0.63
Hex EB 55 C8 0 40 F 8 13A 4F 3F
Octal 353 125 310 0 100 17 10 472 117 77
Binary 11101011 1010101 11001000 0 1000000 1111 1000 100111010 1001111 111111

Color Harmonies of #EB55C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB55C8

Black with #EB55C8

Text Example


Text Example

White with #EB55C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB55C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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