Html Css Color HEX #E25ADA Free Speech Magenta

📋 copy color: '#E25ADA'

red 226 ◦ green 90 ◦ blue 218

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

Shades of Free Speech Magenta #E25ADA

Tints of Free Speech Magenta #E25ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.82%

R = 42.32%
G = 16.85%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E25ADA (or 0xE25ADA) is known color: Free Speech Magenta. HEX triplet: E2, 5A and DA. RGB value is (226,90,218). Sum of RGB (Red+Green+Blue) = 226+90+218=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 90 (35.55% from 255 or 16.85% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 226 - color contains mainly: red. Hex color #E25ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25ADA is #1DA525. Grayscale: #909090. Windows color (decimal): -1942822 or 14310114. OLE color: 14310114.

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

Color convert

RGB 226 90 218 -
CMYK 0 0.60 0.04 0.11
HSL 303.53º 0.7% 0.62% -
HSV(B) 303.53º 0.6% 0.89% -
XYZ 47.68 28.54 69.33 -
YUV 145.26 169.06 185.59 -
System Red Green Blue C M Y K H S L
Decimal 226 90 218 0 0.60 0.04 0.11 303.53 0.7 0.62
Hex E2 5A DA 0 3C 4 B 130 46 3E
Octal 342 132 332 0 74 4 13 460 106 76
Binary 11100010 1011010 11011010 0 111100 100 1011 100110000 1000110 111110

Color Harmonies of #E25ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25ADA

Black with #E25ADA

Text Example


Text Example

White with #E25ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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