Html Css Color HEX #EB5FDC Free Speech Magenta

📋 copy color: '#EB5FDC'

red 235 ◦ green 95 ◦ blue 220

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

Shades of Free Speech Magenta #EB5FDC

Tints of Free Speech Magenta #EB5FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.27%

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

R = 42.73%
G = 17.27%
B = 40%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EB5FDC (or 0xEB5FDC) is known color: Free Speech Magenta. HEX triplet: EB, 5F and DC. RGB value is (235,95,220). Sum of RGB (Red+Green+Blue) = 235+95+220=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 95 (37.5% from 255 or 17.27% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5FDC is #14A023. Grayscale: #969696. Windows color (decimal): -1351716 or 14442475. OLE color: 14442475.

HSL color Cylindrical-coordinate representation of color #EB5FDC: hue angle of 306.43º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB5FDC is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 95 220 -
CMYK 0 0.60 0.06 0.08
HSL 306.43º 0.78% 0.65% -
HSV(B) 306.43º 0.6% 0.92% -
XYZ 51.27 31.01 70.99 -
YUV 151.11 166.88 187.84 -
System Red Green Blue C M Y K H S L
Decimal 235 95 220 0 0.60 0.06 0.08 306.43 0.78 0.65
Hex EB 5F DC 0 3C 6 8 132 4E 41
Octal 353 137 334 0 74 6 10 462 116 101
Binary 11101011 1011111 11011100 0 111100 110 1000 100110010 1001110 1000001

Color Harmonies of #EB5FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5FDC

Black with #EB5FDC

Text Example


Text Example

White with #EB5FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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