Html Css Color HEX #E24DDD Free Speech Magenta

📋 copy color: '#E24DDD'

red 226 ◦ green 77 ◦ blue 221

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

Shades of Free Speech Magenta #E24DDD

Tints of Free Speech Magenta #E24DDD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.69%

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

R = 43.13%
G = 14.69%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E24DDD (or 0xE24DDD) is known color: Free Speech Magenta. HEX triplet: E2, 4D and DD. RGB value is (226,77,221). Sum of RGB (Red+Green+Blue) = 226+77+221=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 77 (30.47% from 255 or 14.69% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E24DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E24DDD is #1DB222. Grayscale: #898989. Windows color (decimal): -1946147 or 14503394. OLE color: 14503394.

HSL color Cylindrical-coordinate representation of color #E24DDD: hue angle of 302.01º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E24DDD is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 77 221 -
CMYK 0 0.66 0.02 0.11
HSL 302.01º 0.72% 0.59% -
HSV(B) 302.01º 0.66% 0.89% -
XYZ 47.07 26.7 71.08 -
YUV 137.97 174.86 190.79 -
System Red Green Blue C M Y K H S L
Decimal 226 77 221 0 0.66 0.02 0.11 302.01 0.72 0.59
Hex E2 4D DD 0 42 2 B 12E 48 3B
Octal 342 115 335 0 102 2 13 456 110 73
Binary 11100010 1001101 11011101 0 1000010 10 1011 100101110 1001000 111011

Color Harmonies of #E24DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24DDD

Black with #E24DDD

Text Example


Text Example

White with #E24DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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