Html Css Color HEX #E25ED8 Free Speech Magenta

📋 copy color: '#E25ED8'

red 226 ◦ green 94 ◦ blue 216

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

Shades of Free Speech Magenta #E25ED8

Tints of Free Speech Magenta #E25ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.3%

R = 42.16%
G = 17.54%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E25ED8 (or 0xE25ED8) is known color: Free Speech Magenta. HEX triplet: E2, 5E and D8. RGB value is (226,94,216). Sum of RGB (Red+Green+Blue) = 226+94+216=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 94 (37.11% from 255 or 17.54% from 536); Blue value is 216 (84.77% from 255 or 40.30% from 536); Max value from RGB is 226 - color contains mainly: red. Hex color #E25ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25ED8 is #1DA127. Grayscale: #939393. Windows color (decimal): -1941800 or 14180066. OLE color: 14180066.

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

Color convert

RGB 226 94 216 -
CMYK 0 0.58 0.04 0.11
HSL 304.55º 0.69% 0.63% -
HSV(B) 304.55º 0.58% 0.89% -
XYZ 47.76 29.13 68.07 -
YUV 147.38 166.73 184.08 -
System Red Green Blue C M Y K H S L
Decimal 226 94 216 0 0.58 0.04 0.11 304.55 0.69 0.63
Hex E2 5E D8 0 3A 4 B 131 45 3F
Octal 342 136 330 0 72 4 13 461 105 77
Binary 11100010 1011110 11011000 0 111010 100 1011 100110001 1000101 111111

Color Harmonies of #E25ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25ED8

Black with #E25ED8

Text Example


Text Example

White with #E25ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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