Html Css Color HEX #E25ED7 Free Speech Magenta

📋 copy color: '#E25ED7'

red 226 ◦ green 94 ◦ blue 215

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

Shades of Free Speech Magenta #E25ED7

Tints of Free Speech Magenta #E25ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.19%

R = 42.24%
G = 17.57%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E25ED7 (or 0xE25ED7) is known color: Free Speech Magenta. HEX triplet: E2, 5E and D7. RGB value is (226,94,215). Sum of RGB (Red+Green+Blue) = 226+94+215=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 94 (37.11% from 255 or 17.57% from 535); Blue value is 215 (84.38% from 255 or 40.19% from 535); Max value from RGB is 226 - color contains mainly: red. Hex color #E25ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25ED7 is #1DA128. Grayscale: #929292. Windows color (decimal): -1941801 or 14114530. OLE color: 14114530.

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

Color convert

RGB 226 94 215 -
CMYK 0 0.58 0.05 0.11
HSL 305º 0.69% 0.63% -
HSV(B) 305º 0.58% 0.89% -
XYZ 47.63 29.08 67.39 -
YUV 147.26 166.23 184.16 -
System Red Green Blue C M Y K H S L
Decimal 226 94 215 0 0.58 0.05 0.11 305 0.69 0.63
Hex E2 5E D7 0 3A 5 B 131 45 3F
Octal 342 136 327 0 72 5 13 461 105 77
Binary 11100010 1011110 11010111 0 111010 101 1011 100110001 1000101 111111

Color Harmonies of #E25ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25ED7

Black with #E25ED7

Text Example


Text Example

White with #E25ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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