Html Css Color HEX #E155EE Free Speech Magenta

📋 copy color: '#E155EE'

red 225 ◦ green 85 ◦ blue 238

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

Shades of Free Speech Magenta #E155EE

Tints of Free Speech Magenta #E155EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.43%

R = 41.06%
G = 15.51%
B = 43.43%

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

#E155EE (or 0xE155EE) is known color: Free Speech Magenta. HEX triplet: E1, 55 and EE. RGB value is (225,85,238). Sum of RGB (Red+Green+Blue) = 225+85+238=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 85 (33.59% from 255 or 15.51% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #E155EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E155EE is #1EAA11. Grayscale: #8F8F8F. Windows color (decimal): -2009618 or 15619553. OLE color: 15619553.

HSL color Cylindrical-coordinate representation of color #E155EE: hue angle of 294.9º degrees, saturation: 0.82, 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 #E155EE is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 85 238 -
CMYK 0.05 0.64 0 0.07
HSL 294.9º 0.82% 0.63% -
HSV(B) 294.9º 0.64% 0.93% -
XYZ 49.73 28.68 83.8 -
YUV 144.3 180.88 185.56 -
System Red Green Blue C M Y K H S L
Decimal 225 85 238 0.05 0.64 0 0.07 294.9 0.82 0.63
Hex E1 55 EE 5 40 0 7 127 52 3F
Octal 341 125 356 5 100 0 7 447 122 77
Binary 11100001 1010101 11101110 101 1000000 0 111 100100111 1010010 111111

Color Harmonies of #E155EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E155EE

Black with #E155EE

Text Example


Text Example

White with #E155EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E155EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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