Html Css Color HEX #E155ED Free Speech Magenta

📋 copy color: '#E155ED'

red 225 ◦ green 85 ◦ blue 237

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

Shades of Free Speech Magenta #E155ED

Tints of Free Speech Magenta #E155ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.33%

R = 41.13%
G = 15.54%
B = 43.33%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E155ED (or 0xE155ED) is known color: Free Speech Magenta. HEX triplet: E1, 55 and ED. RGB value is (225,85,237). Sum of RGB (Red+Green+Blue) = 225+85+237=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 85 (33.59% from 255 or 15.54% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #E155ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E155ED is #1EAA12. Grayscale: #8F8F8F. Windows color (decimal): -2009619 or 15554017. OLE color: 15554017.

HSL color Cylindrical-coordinate representation of color #E155ED: hue angle of 295.26º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E155ED is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 85 237 -
CMYK 0.05 0.64 0 0.07
HSL 295.26º 0.81% 0.63% -
HSV(B) 295.26º 0.64% 0.93% -
XYZ 49.59 28.62 83.03 -
YUV 144.19 180.38 185.64 -
System Red Green Blue C M Y K H S L
Decimal 225 85 237 0.05 0.64 0 0.07 295.26 0.81 0.63
Hex E1 55 ED 5 40 0 7 127 51 3F
Octal 341 125 355 5 100 0 7 447 121 77
Binary 11100001 1010101 11101101 101 1000000 0 111 100100111 1010001 111111

Color Harmonies of #E155ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E155ED

Black with #E155ED

Text Example


Text Example

White with #E155ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E155ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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