Html Css Color HEX #E24EDB Free Speech Magenta

📋 copy color: '#E24EDB'

red 226 ◦ green 78 ◦ blue 219

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

Shades of Free Speech Magenta #E24EDB

Tints of Free Speech Magenta #E24EDB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.91%

 BLUE value IS 219 (85.94% from 255) = 41.87%

R = 43.21%
G = 14.91%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E24EDB (or 0xE24EDB) is known color: Free Speech Magenta. HEX triplet: E2, 4E and DB. RGB value is (226,78,219). Sum of RGB (Red+Green+Blue) = 226+78+219=523 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.21% from 523); Green value is 78 (30.86% from 255 or 14.91% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 226 - color contains mainly: red. Hex color #E24EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E24EDB is #1DB124. Grayscale: #898989. Windows color (decimal): -1945893 or 14372578. OLE color: 14372578.

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

Color convert

RGB 226 78 219 -
CMYK 0 0.65 0.03 0.11
HSL 302.84º 0.72% 0.6% -
HSV(B) 302.84º 0.65% 0.89% -
XYZ 46.87 26.73 69.71 -
YUV 138.33 173.53 190.54 -
System Red Green Blue C M Y K H S L
Decimal 226 78 219 0 0.65 0.03 0.11 302.84 0.72 0.6
Hex E2 4E DB 0 41 3 B 12F 48 3C
Octal 342 116 333 0 101 3 13 457 110 74
Binary 11100010 1001110 11011011 0 1000001 11 1011 100101111 1001000 111100

Color Harmonies of #E24EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24EDB

Black with #E24EDB

Text Example


Text Example

White with #E24EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24EDB; }

 p { color: rgb(226,78,219); }

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

background-color css

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

 a { background-color: rgb(226,78,219); }

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

border-color css

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

 span { border-color: rgb(226,78,219); }

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