Html Css Color HEX #E15EC4 Free Speech Magenta

📋 copy color: '#E15EC4'

red 225 ◦ green 94 ◦ blue 196

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

Shades of Free Speech Magenta #E15EC4

Tints of Free Speech Magenta #E15EC4

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.25%

 BLUE value IS 196 (76.95% from 255) = 38.06%

R = 43.69%
G = 18.25%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E15EC4 (or 0xE15EC4) is known color: Free Speech Magenta. HEX triplet: E1, 5E and C4. RGB value is (225,94,196). Sum of RGB (Red+Green+Blue) = 225+94+196=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 94 (37.11% from 255 or 18.25% from 515); Blue value is 196 (76.95% from 255 or 38.06% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E15EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15EC4 is #1EA13B. Grayscale: #909090. Windows color (decimal): -2007356 or 12869345. OLE color: 12869345.

HSL color Cylindrical-coordinate representation of color #E15EC4: hue angle of 313.28º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E15EC4 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 94 196 -
CMYK 0 0.58 0.13 0.12
HSL 313.28º 0.69% 0.63% -
HSV(B) 313.28º 0.58% 0.88% -
XYZ 45.02 28 55.26 -
YUV 144.8 156.9 185.21 -
System Red Green Blue C M Y K H S L
Decimal 225 94 196 0 0.58 0.13 0.12 313.28 0.69 0.63
Hex E1 5E C4 0 3A D C 139 45 3F
Octal 341 136 304 0 72 15 14 471 105 77
Binary 11100001 1011110 11000100 0 111010 1101 1100 100111001 1000101 111111

Color Harmonies of #E15EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15EC4

Black with #E15EC4

Text Example


Text Example

White with #E15EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15EC4; }

 p { color: rgb(225,94,196); }

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

background-color css

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

 a { background-color: rgb(225,94,196); }

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

border-color css

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

 span { border-color: rgb(225,94,196); }

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