Html Css Color HEX #E25EC9 Free Speech Magenta

📋 copy color: '#E25EC9'

red 226 ◦ green 94 ◦ blue 201

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

Shades of Free Speech Magenta #E25EC9

Tints of Free Speech Magenta #E25EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.58%

R = 43.38%
G = 18.04%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E25EC9 (or 0xE25EC9) is known color: Free Speech Magenta. HEX triplet: E2, 5E and C9. RGB value is (226,94,201). Sum of RGB (Red+Green+Blue) = 226+94+201=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 94 (37.11% from 255 or 18.04% from 521); Blue value is 201 (78.91% from 255 or 38.58% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E25EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25EC9 is #1DA136. Grayscale: #919191. Windows color (decimal): -1941815 or 13197026. OLE color: 13197026.

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

Color convert

RGB 226 94 201 -
CMYK 0 0.58 0.11 0.11
HSL 311.36º 0.69% 0.63% -
HSV(B) 311.36º 0.58% 0.89% -
XYZ 45.91 28.39 58.32 -
YUV 145.67 159.23 185.3 -
System Red Green Blue C M Y K H S L
Decimal 226 94 201 0 0.58 0.11 0.11 311.36 0.69 0.63
Hex E2 5E C9 0 3A B B 137 45 3F
Octal 342 136 311 0 72 13 13 467 105 77
Binary 11100010 1011110 11001001 0 111010 1011 1011 100110111 1000101 111111

Color Harmonies of #E25EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25EC9

Black with #E25EC9

Text Example


Text Example

White with #E25EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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