Html Css Color HEX #E24DBE Free Speech Magenta

📋 copy color: '#E24DBE'

red 226 ◦ green 77 ◦ blue 190

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

Shades of Free Speech Magenta #E24DBE

Tints of Free Speech Magenta #E24DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.54%

R = 45.84%
G = 15.62%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E24DBE (or 0xE24DBE) is known color: Free Speech Magenta. HEX triplet: E2, 4D and BE. RGB value is (226,77,190). Sum of RGB (Red+Green+Blue) = 226+77+190=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 77 (30.47% from 255 or 15.62% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E24DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E24DBE is #1DB241. Grayscale: #868686. Windows color (decimal): -1946178 or 12471778. OLE color: 12471778.

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

Color convert

RGB 226 77 190 -
CMYK 0 0.66 0.16 0.11
HSL 314.5º 0.72% 0.59% -
HSV(B) 314.5º 0.66% 0.89% -
XYZ 43.31 25.19 51.3 -
YUV 134.43 159.36 193.31 -
System Red Green Blue C M Y K H S L
Decimal 226 77 190 0 0.66 0.16 0.11 314.5 0.72 0.59
Hex E2 4D BE 0 42 10 B 13A 48 3B
Octal 342 115 276 0 102 20 13 472 110 73
Binary 11100010 1001101 10111110 0 1000010 10000 1011 100111010 1001000 111011

Color Harmonies of #E24DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24DBE

Black with #E24DBE

Text Example


Text Example

White with #E24DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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