Html Css Color HEX #E15EC2 Free Speech Magenta

📋 copy color: '#E15EC2'

red 225 ◦ green 94 ◦ blue 194

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

Shades of Free Speech Magenta #E15EC2

Tints of Free Speech Magenta #E15EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.82%

R = 43.86%
G = 18.32%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E15EC2 (or 0xE15EC2) is known color: Free Speech Magenta. HEX triplet: E1, 5E and C2. RGB value is (225,94,194). Sum of RGB (Red+Green+Blue) = 225+94+194=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 94 (37.11% from 255 or 18.32% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E15EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15EC2 is #1EA13D. Grayscale: #909090. Windows color (decimal): -2007358 or 12738273. OLE color: 12738273.

HSL color Cylindrical-coordinate representation of color #E15EC2: hue angle of 314.2º 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 #E15EC2 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 94 194 -
CMYK 0 0.58 0.14 0.12
HSL 314.2º 0.69% 0.63% -
HSV(B) 314.2º 0.58% 0.88% -
XYZ 44.79 27.91 54.06 -
YUV 144.57 155.9 185.37 -
System Red Green Blue C M Y K H S L
Decimal 225 94 194 0 0.58 0.14 0.12 314.2 0.69 0.63
Hex E1 5E C2 0 3A E C 13A 45 3F
Octal 341 136 302 0 72 16 14 472 105 77
Binary 11100001 1011110 11000010 0 111010 1110 1100 100111010 1000101 111111

Color Harmonies of #E15EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15EC2

Black with #E15EC2

Text Example


Text Example

White with #E15EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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