Html Css Color HEX #E25ADC Free Speech Magenta

📋 copy color: '#E25ADC'

red 226 ◦ green 90 ◦ blue 220

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

Shades of Free Speech Magenta #E25ADC

Tints of Free Speech Magenta #E25ADC

RGB

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

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

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

R = 42.16%
G = 16.79%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E25ADC (or 0xE25ADC) is known color: Free Speech Magenta. HEX triplet: E2, 5A and DC. RGB value is (226,90,220). Sum of RGB (Red+Green+Blue) = 226+90+220=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 90 (35.55% from 255 or 16.79% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 226 - color contains mainly: red. Hex color #E25ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25ADC is #1DA523. Grayscale: #919191. Windows color (decimal): -1942820 or 14441186. OLE color: 14441186.

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

Color convert

RGB 226 90 220 -
CMYK 0 0.60 0.03 0.11
HSL 302.65º 0.7% 0.62% -
HSV(B) 302.65º 0.6% 0.89% -
XYZ 47.94 28.65 70.71 -
YUV 145.48 170.06 185.43 -
System Red Green Blue C M Y K H S L
Decimal 226 90 220 0 0.60 0.03 0.11 302.65 0.7 0.62
Hex E2 5A DC 0 3C 3 B 12F 46 3E
Octal 342 132 334 0 74 3 13 457 106 76
Binary 11100010 1011010 11011100 0 111100 11 1011 100101111 1000110 111110

Color Harmonies of #E25ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25ADC

Black with #E25ADC

Text Example


Text Example

White with #E25ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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