Html Css Color HEX #E25EC7 Free Speech Magenta

📋 copy color: '#E25EC7'

red 226 ◦ green 94 ◦ blue 199

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

Shades of Free Speech Magenta #E25EC7

Tints of Free Speech Magenta #E25EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.34%

R = 43.55%
G = 18.11%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#E25EC7 (or 0xE25EC7) is known color: Free Speech Magenta. HEX triplet: E2, 5E and C7. RGB value is (226,94,199). Sum of RGB (Red+Green+Blue) = 226+94+199=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 199 (78.12% from 255 or 38.34% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E25EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25EC7 is #1DA138. Grayscale: #919191. Windows color (decimal): -1941817 or 13065954. OLE color: 13065954.

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

Color convert

RGB 226 94 199 -
CMYK 0 0.58 0.12 0.11
HSL 312.27º 0.69% 0.63% -
HSV(B) 312.27º 0.58% 0.89% -
XYZ 45.68 28.3 57.09 -
YUV 145.44 158.23 185.46 -
System Red Green Blue C M Y K H S L
Decimal 226 94 199 0 0.58 0.12 0.11 312.27 0.69 0.63
Hex E2 5E C7 0 3A C B 138 45 3F
Octal 342 136 307 0 72 14 13 470 105 77
Binary 11100010 1011110 11000111 0 111010 1100 1011 100111000 1000101 111111

Color Harmonies of #E25EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25EC7

Black with #E25EC7

Text Example


Text Example

White with #E25EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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