Html Css Color HEX #E25ACD Free Speech Magenta

📋 copy color: '#E25ACD'

red 226 ◦ green 90 ◦ blue 205

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

Shades of Free Speech Magenta #E25ACD

Tints of Free Speech Magenta #E25ACD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.27%

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

R = 43.38%
G = 17.27%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E25ACD (or 0xE25ACD) is known color: Free Speech Magenta. HEX triplet: E2, 5A and CD. RGB value is (226,90,205). Sum of RGB (Red+Green+Blue) = 226+90+205=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 90 (35.55% from 255 or 17.27% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E25ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25ACD is #1DA532. Grayscale: #8F8F8F. Windows color (decimal): -1942835 or 13458146. OLE color: 13458146.

HSL color Cylindrical-coordinate representation of color #E25ACD: hue angle of 309.26º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E25ACD is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 90 205 -
CMYK 0 0.60 0.09 0.11
HSL 309.26º 0.7% 0.62% -
HSV(B) 309.26º 0.6% 0.89% -
XYZ 46.04 27.89 60.71 -
YUV 143.77 162.56 186.65 -
System Red Green Blue C M Y K H S L
Decimal 226 90 205 0 0.60 0.09 0.11 309.26 0.7 0.62
Hex E2 5A CD 0 3C 9 B 135 46 3E
Octal 342 132 315 0 74 11 13 465 106 76
Binary 11100010 1011010 11001101 0 111100 1001 1011 100110101 1000110 111110

Color Harmonies of #E25ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25ACD

Black with #E25ACD

Text Example


Text Example

White with #E25ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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