Html Css Color HEX #E25ECD Free Speech Magenta

📋 copy color: '#E25ECD'

red 226 ◦ green 94 ◦ blue 205

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

Shades of Free Speech Magenta #E25ECD

Tints of Free Speech Magenta #E25ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.05%

R = 43.05%
G = 17.9%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E25ECD (or 0xE25ECD) is known color: Free Speech Magenta. HEX triplet: E2, 5E and CD. RGB value is (226,94,205). Sum of RGB (Red+Green+Blue) = 226+94+205=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 94 (37.11% from 255 or 17.90% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E25ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25ECD is #1DA132. Grayscale: #919191. Windows color (decimal): -1941811 or 13459170. OLE color: 13459170.

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

Color convert

RGB 226 94 205 -
CMYK 0 0.58 0.09 0.11
HSL 309.55º 0.69% 0.63% -
HSV(B) 309.55º 0.58% 0.89% -
XYZ 46.39 28.58 60.83 -
YUV 146.12 161.23 184.97 -
System Red Green Blue C M Y K H S L
Decimal 226 94 205 0 0.58 0.09 0.11 309.55 0.69 0.63
Hex E2 5E CD 0 3A 9 B 136 45 3F
Octal 342 136 315 0 72 11 13 466 105 77
Binary 11100010 1011110 11001101 0 111010 1001 1011 100110110 1000101 111111

Color Harmonies of #E25ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25ECD

Black with #E25ECD

Text Example


Text Example

White with #E25ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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