Html Css Color HEX #E25ADD Free Speech Magenta

📋 copy color: '#E25ADD'

red 226 ◦ green 90 ◦ blue 221

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

Shades of Free Speech Magenta #E25ADD

Tints of Free Speech Magenta #E25ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.15%

R = 42.09%
G = 16.76%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E25ADD (or 0xE25ADD) is known color: Free Speech Magenta. HEX triplet: E2, 5A and DD. RGB value is (226,90,221). Sum of RGB (Red+Green+Blue) = 226+90+221=537 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.09% from 537); Green value is 90 (35.55% from 255 or 16.76% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 226 - color contains mainly: red. Hex color #E25ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25ADD is #1DA522. Grayscale: #919191. Windows color (decimal): -1942819 or 14506722. OLE color: 14506722.

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

Color convert

RGB 226 90 221 -
CMYK 0 0.60 0.02 0.11
HSL 302.21º 0.7% 0.62% -
HSV(B) 302.21º 0.6% 0.89% -
XYZ 48.07 28.7 71.41 -
YUV 145.6 170.56 185.35 -
System Red Green Blue C M Y K H S L
Decimal 226 90 221 0 0.60 0.02 0.11 302.21 0.7 0.62
Hex E2 5A DD 0 3C 2 B 12E 46 3E
Octal 342 132 335 0 74 2 13 456 106 76
Binary 11100010 1011010 11011101 0 111100 10 1011 100101110 1000110 111110

Color Harmonies of #E25ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25ADD

Black with #E25ADD

Text Example


Text Example

White with #E25ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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