Html Css Color HEX #E24DCC Free Speech Magenta

📋 copy color: '#E24DCC'

red 226 ◦ green 77 ◦ blue 204

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

Shades of Free Speech Magenta #E24DCC

Tints of Free Speech Magenta #E24DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.24%

R = 44.58%
G = 15.19%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E24DCC (or 0xE24DCC) is known color: Free Speech Magenta. HEX triplet: E2, 4D and CC. RGB value is (226,77,204). Sum of RGB (Red+Green+Blue) = 226+77+204=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 77 (30.47% from 255 or 15.19% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E24DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E24DCC is #1DB233. Grayscale: #878787. Windows color (decimal): -1946164 or 13389282. OLE color: 13389282.

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

Color convert

RGB 226 77 204 -
CMYK 0 0.66 0.10 0.11
HSL 308.86º 0.72% 0.59% -
HSV(B) 308.86º 0.66% 0.89% -
XYZ 44.92 25.84 59.75 -
YUV 136.03 166.36 192.17 -
System Red Green Blue C M Y K H S L
Decimal 226 77 204 0 0.66 0.10 0.11 308.86 0.72 0.59
Hex E2 4D CC 0 42 A B 135 48 3B
Octal 342 115 314 0 102 12 13 465 110 73
Binary 11100010 1001101 11001100 0 1000010 1010 1011 100110101 1001000 111011

Color Harmonies of #E24DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24DCC

Black with #E24DCC

Text Example


Text Example

White with #E24DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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