Html Css Color HEX #E25EDC Free Speech Magenta

📋 copy color: '#E25EDC'

red 226 ◦ green 94 ◦ blue 220

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

Shades of Free Speech Magenta #E25EDC

Tints of Free Speech Magenta #E25EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.74%

R = 41.85%
G = 17.41%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E25EDC (or 0xE25EDC) is known color: Free Speech Magenta. HEX triplet: E2, 5E and DC. RGB value is (226,94,220). Sum of RGB (Red+Green+Blue) = 226+94+220=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 94 (37.11% from 255 or 17.41% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 226 - color contains mainly: red. Hex color #E25EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25EDC is #1DA123. Grayscale: #939393. Windows color (decimal): -1941796 or 14442210. OLE color: 14442210.

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

Color convert

RGB 226 94 220 -
CMYK 0 0.58 0.03 0.11
HSL 302.73º 0.69% 0.63% -
HSV(B) 302.73º 0.58% 0.89% -
XYZ 48.29 29.34 70.83 -
YUV 147.83 168.73 183.75 -
System Red Green Blue C M Y K H S L
Decimal 226 94 220 0 0.58 0.03 0.11 302.73 0.69 0.63
Hex E2 5E DC 0 3A 3 B 12F 45 3F
Octal 342 136 334 0 72 3 13 457 105 77
Binary 11100010 1011110 11011100 0 111010 11 1011 100101111 1000101 111111

Color Harmonies of #E25EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25EDC

Black with #E25EDC

Text Example


Text Example

White with #E25EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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