Html Css Color HEX #E155E6 Free Speech Magenta

📋 copy color: '#E155E6'

red 225 ◦ green 85 ◦ blue 230

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

Shades of Free Speech Magenta #E155E6

Tints of Free Speech Magenta #E155E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.59%

R = 41.67%
G = 15.74%
B = 42.59%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E155E6 (or 0xE155E6) is known color: Free Speech Magenta. HEX triplet: E1, 55 and E6. RGB value is (225,85,230). Sum of RGB (Red+Green+Blue) = 225+85+230=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 85 (33.59% from 255 or 15.74% from 540); Blue value is 230 (90.23% from 255 or 42.59% from 540); Max value from RGB is 230 - color contains mainly: blue. Hex color #E155E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E155E6 is #1EAA19. Grayscale: #8E8E8E. Windows color (decimal): -2009626 or 15095265. OLE color: 15095265.

HSL color Cylindrical-coordinate representation of color #E155E6: hue angle of 297.93º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E155E6 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 225 85 230 -
CMYK 0.02 0.63 0 0.10
HSL 297.93º 0.74% 0.62% -
HSV(B) 297.93º 0.63% 0.9% -
XYZ 48.58 28.22 77.75 -
YUV 143.39 176.88 186.21 -
System Red Green Blue C M Y K H S L
Decimal 225 85 230 0.02 0.63 0 0.10 297.93 0.74 0.62
Hex E1 55 E6 2 3F 0 A 12A 4A 3E
Octal 341 125 346 2 77 0 12 452 112 76
Binary 11100001 1010101 11100110 10 111111 0 1010 100101010 1001010 111110

Color Harmonies of #E155E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E155E6

Black with #E155E6

Text Example


Text Example

White with #E155E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E155E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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