Html Css Color HEX #E15FDC Free Speech Magenta

📋 copy color: '#E15FDC'

red 225 ◦ green 95 ◦ blue 220

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

Shades of Free Speech Magenta #E15FDC

Tints of Free Speech Magenta #E15FDC

RGB

 RED value IS 225 (88.28% from 255) = 41.67%

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

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

R = 41.67%
G = 17.59%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E15FDC (or 0xE15FDC) is known color: Free Speech Magenta. HEX triplet: E1, 5F and DC. RGB value is (225,95,220). Sum of RGB (Red+Green+Blue) = 225+95+220=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 95 (37.5% from 255 or 17.59% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E15FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15FDC is #1EA023. Grayscale: #939393. Windows color (decimal): -2007076 or 14442465. OLE color: 14442465.

HSL color Cylindrical-coordinate representation of color #E15FDC: hue angle of 302.31º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E15FDC is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 95 220 -
CMYK 0 0.58 0.02 0.12
HSL 302.31º 0.68% 0.63% -
HSV(B) 302.31º 0.58% 0.88% -
XYZ 48.06 29.36 70.84 -
YUV 148.12 168.57 182.84 -
System Red Green Blue C M Y K H S L
Decimal 225 95 220 0 0.58 0.02 0.12 302.31 0.68 0.63
Hex E1 5F DC 0 3A 2 C 12E 44 3F
Octal 341 137 334 0 72 2 14 456 104 77
Binary 11100001 1011111 11011100 0 111010 10 1100 100101110 1000100 111111

Color Harmonies of #E15FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15FDC

Black with #E15FDC

Text Example


Text Example

White with #E15FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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