Html Css Color HEX #E155F0 Free Speech Magenta

📋 copy color: '#E155F0'

red 225 ◦ green 85 ◦ blue 240

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

Shades of Free Speech Magenta #E155F0

Tints of Free Speech Magenta #E155F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.64%

R = 40.91%
G = 15.45%
B = 43.64%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E155F0 (or 0xE155F0) is known color: Free Speech Magenta. HEX triplet: E1, 55 and F0. RGB value is (225,85,240). Sum of RGB (Red+Green+Blue) = 225+85+240=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 85 (33.59% from 255 or 15.45% from 550); Blue value is 240 (94.14% from 255 or 43.64% from 550); Max value from RGB is 240 - color contains mainly: blue. Hex color #E155F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E155F0 is #1EAA0F. Grayscale: #909090. Windows color (decimal): -2009616 or 15750625. OLE color: 15750625.

HSL color Cylindrical-coordinate representation of color #E155F0: hue angle of 294.19º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E155F0 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 225 85 240 -
CMYK 0.06 0.65 0 0.06
HSL 294.19º 0.84% 0.64% -
HSV(B) 294.19º 0.65% 0.94% -
XYZ 50.03 28.8 85.36 -
YUV 144.53 181.88 185.4 -
System Red Green Blue C M Y K H S L
Decimal 225 85 240 0.06 0.65 0 0.06 294.19 0.84 0.64
Hex E1 55 F0 6 41 0 6 126 54 40
Octal 341 125 360 6 101 0 6 446 124 100
Binary 11100001 1010101 11110000 110 1000001 0 110 100100110 1010100 1000000

Color Harmonies of #E155F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E155F0

Black with #E155F0

Text Example


Text Example

White with #E155F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E155F0; }

 p { color: rgb(225,85,240); }

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

background-color css

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

 a { background-color: rgb(225,85,240); }

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

border-color css

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

 span { border-color: rgb(225,85,240); }

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