Html Css Color HEX #E25EDA Free Speech Magenta

📋 copy color: '#E25EDA'

red 226 ◦ green 94 ◦ blue 218

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

Shades of Free Speech Magenta #E25EDA

Tints of Free Speech Magenta #E25EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.52%

R = 42.01%
G = 17.47%
B = 40.52%

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

#E25EDA (or 0xE25EDA) is known color: Free Speech Magenta. HEX triplet: E2, 5E and DA. RGB value is (226,94,218). Sum of RGB (Red+Green+Blue) = 226+94+218=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 94 (37.11% from 255 or 17.47% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E25EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25EDA is #1DA125. Grayscale: #939393. Windows color (decimal): -1941798 or 14311138. OLE color: 14311138.

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

Color convert

RGB 226 94 218 -
CMYK 0 0.58 0.04 0.11
HSL 303.64º 0.69% 0.63% -
HSV(B) 303.64º 0.58% 0.89% -
XYZ 48.02 29.24 69.44 -
YUV 147.6 167.73 183.92 -
System Red Green Blue C M Y K H S L
Decimal 226 94 218 0 0.58 0.04 0.11 303.64 0.69 0.63
Hex E2 5E DA 0 3A 4 B 130 45 3F
Octal 342 136 332 0 72 4 13 460 105 77
Binary 11100010 1011110 11011010 0 111010 100 1011 100110000 1000101 111111

Color Harmonies of #E25EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25EDA

Black with #E25EDA

Text Example


Text Example

White with #E25EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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