Html Css Color HEX #EB55DC Free Speech Magenta

📋 copy color: '#EB55DC'

red 235 ◦ green 85 ◦ blue 220

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

Shades of Free Speech Magenta #EB55DC

Tints of Free Speech Magenta #EB55DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.74%

R = 43.52%
G = 15.74%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EB55DC (or 0xEB55DC) is known color: Free Speech Magenta. HEX triplet: EB, 55 and DC. RGB value is (235,85,220). Sum of RGB (Red+Green+Blue) = 235+85+220=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 85 (33.59% from 255 or 15.74% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EB55DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB55DC is #14AA23. Grayscale: #909090. Windows color (decimal): -1354276 or 14439915. OLE color: 14439915.

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

Color convert

RGB 235 85 220 -
CMYK 0 0.64 0.06 0.08
HSL 306º 0.79% 0.63% -
HSV(B) 306º 0.64% 0.92% -
XYZ 50.43 29.33 70.71 -
YUV 145.24 170.2 192.02 -
System Red Green Blue C M Y K H S L
Decimal 235 85 220 0 0.64 0.06 0.08 306 0.79 0.63
Hex EB 55 DC 0 40 6 8 132 4F 3F
Octal 353 125 334 0 100 6 10 462 117 77
Binary 11101011 1010101 11011100 0 1000000 110 1000 100110010 1001111 111111

Color Harmonies of #EB55DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB55DC

Black with #EB55DC

Text Example


Text Example

White with #EB55DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB55DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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