Html Css Color HEX #E25DDF Free Speech Magenta

📋 copy color: '#E25DDF'

red 226 ◦ green 93 ◦ blue 223

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

Shades of Free Speech Magenta #E25DDF

Tints of Free Speech Magenta #E25DDF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.16%

 BLUE value IS 223 (87.5% from 255) = 41.14%

R = 41.7%
G = 17.16%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E25DDF (or 0xE25DDF) is known color: Free Speech Magenta. HEX triplet: E2, 5D and DF. RGB value is (226,93,223). Sum of RGB (Red+Green+Blue) = 226+93+223=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 93 (36.72% from 255 or 17.16% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 226 - color contains mainly: red. Hex color #E25DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25DDF is #1DA220. Grayscale: #939393. Windows color (decimal): -1942049 or 14638562. OLE color: 14638562.

HSL color Cylindrical-coordinate representation of color #E25DDF: hue angle of 301.35º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25DDF is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 93 223 -
CMYK 0 0.59 0.01 0.11
HSL 301.35º 0.7% 0.63% -
HSV(B) 301.35º 0.59% 0.89% -
XYZ 48.6 29.33 72.91 -
YUV 147.59 170.56 183.93 -
System Red Green Blue C M Y K H S L
Decimal 226 93 223 0 0.59 0.01 0.11 301.35 0.7 0.63
Hex E2 5D DF 0 3B 1 B 12D 46 3F
Octal 342 135 337 0 73 1 13 455 106 77
Binary 11100010 1011101 11011111 0 111011 1 1011 100101101 1000110 111111

Color Harmonies of #E25DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25DDF

Black with #E25DDF

Text Example


Text Example

White with #E25DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25DDF; }

 p { color: rgb(226,93,223); }

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

background-color css

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

 a { background-color: rgb(226,93,223); }

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

border-color css

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

 span { border-color: rgb(226,93,223); }

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