Html Css Color HEX #E155E4 Free Speech Magenta

📋 copy color: '#E155E4'

red 225 ◦ green 85 ◦ blue 228

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

Shades of Free Speech Magenta #E155E4

Tints of Free Speech Magenta #E155E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.38%

R = 41.82%
G = 15.8%
B = 42.38%

CMYK

 C value IS 0.01

 M value IS 0.63

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E155E4 (or 0xE155E4) is known color: Free Speech Magenta. HEX triplet: E1, 55 and E4. RGB value is (225,85,228). Sum of RGB (Red+Green+Blue) = 225+85+228=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 85 (33.59% from 255 or 15.80% from 538); Blue value is 228 (89.45% from 255 or 42.38% from 538); Max value from RGB is 228 - color contains mainly: blue. Hex color #E155E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E155E4 is #1EAA1B. Grayscale: #8E8E8E. Windows color (decimal): -2009628 or 14964193. OLE color: 14964193.

HSL color Cylindrical-coordinate representation of color #E155E4: hue angle of 298.74º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E155E4 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 225 85 228 -
CMYK 0.01 0.63 0 0.11
HSL 298.74º 0.73% 0.61% -
HSV(B) 298.74º 0.63% 0.89% -
XYZ 48.3 28.11 76.28 -
YUV 143.16 175.88 186.37 -
System Red Green Blue C M Y K H S L
Decimal 225 85 228 0.01 0.63 0 0.11 298.74 0.73 0.61
Hex E1 55 E4 1 3F 0 B 12B 49 3D
Octal 341 125 344 1 77 0 13 453 111 75
Binary 11100001 1010101 11100100 1 111111 0 1011 100101011 1001001 111101

Color Harmonies of #E155E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E155E4

Black with #E155E4

Text Example


Text Example

White with #E155E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E155E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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