Html Css Color HEX #E155C8 Free Speech Magenta

📋 copy color: '#E155C8'

red 225 ◦ green 85 ◦ blue 200

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

Shades of Free Speech Magenta #E155C8

Tints of Free Speech Magenta #E155C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.22%

R = 44.12%
G = 16.67%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E155C8 (or 0xE155C8) is known color: Free Speech Magenta. HEX triplet: E1, 55 and C8. RGB value is (225,85,200). Sum of RGB (Red+Green+Blue) = 225+85+200=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 85 (33.59% from 255 or 16.67% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E155C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E155C8 is #1EAA37. Grayscale: #8B8B8B. Windows color (decimal): -2009656 or 13129185. OLE color: 13129185.

HSL color Cylindrical-coordinate representation of color #E155C8: hue angle of 310.71º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E155C8 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 85 200 -
CMYK 0 0.62 0.11 0.12
HSL 310.71º 0.7% 0.61% -
HSV(B) 310.71º 0.62% 0.88% -
XYZ 44.73 26.67 57.44 -
YUV 139.97 161.88 188.65 -
System Red Green Blue C M Y K H S L
Decimal 225 85 200 0 0.62 0.11 0.12 310.71 0.7 0.61
Hex E1 55 C8 0 3E B C 137 46 3D
Octal 341 125 310 0 76 13 14 467 106 75
Binary 11100001 1010101 11001000 0 111110 1011 1100 100110111 1000110 111101

Color Harmonies of #E155C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E155C8

Black with #E155C8

Text Example


Text Example

White with #E155C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E155C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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