Html Css Color HEX #E25EC5 Free Speech Magenta

📋 copy color: '#E25EC5'

red 226 ◦ green 94 ◦ blue 197

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

Shades of Free Speech Magenta #E25EC5

Tints of Free Speech Magenta #E25EC5

RGB

 RED value IS 226 (88.67% from 255) = 43.71%

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

 BLUE value IS 197 (77.34% from 255) = 38.1%

R = 43.71%
G = 18.18%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#E25EC5 (or 0xE25EC5) is known color: Free Speech Magenta. HEX triplet: E2, 5E and C5. RGB value is (226,94,197). Sum of RGB (Red+Green+Blue) = 226+94+197=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 94 (37.11% from 255 or 18.18% from 517); Blue value is 197 (77.34% from 255 or 38.10% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E25EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25EC5 is #1DA13A. Grayscale: #909090. Windows color (decimal): -1941819 or 12934882. OLE color: 12934882.

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

Color convert

RGB 226 94 197 -
CMYK 0 0.58 0.13 0.11
HSL 313.18º 0.69% 0.63% -
HSV(B) 313.18º 0.58% 0.89% -
XYZ 45.44 28.21 55.87 -
YUV 145.21 157.23 185.62 -
System Red Green Blue C M Y K H S L
Decimal 226 94 197 0 0.58 0.13 0.11 313.18 0.69 0.63
Hex E2 5E C5 0 3A D B 139 45 3F
Octal 342 136 305 0 72 15 13 471 105 77
Binary 11100010 1011110 11000101 0 111010 1101 1011 100111001 1000101 111111

Color Harmonies of #E25EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25EC5

Black with #E25EC5

Text Example


Text Example

White with #E25EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25EC5; }

 p { color: rgb(226,94,197); }

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

background-color css

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

 a { background-color: rgb(226,94,197); }

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

border-color css

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

 span { border-color: rgb(226,94,197); }

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