Html Css Color HEX #E24CDD Free Speech Magenta

📋 copy color: '#E24CDD'

red 226 ◦ green 76 ◦ blue 221

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

Shades of Free Speech Magenta #E24CDD

Tints of Free Speech Magenta #E24CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.53%

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

R = 43.21%
G = 14.53%
B = 42.26%

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

#E24CDD (or 0xE24CDD) is known color: Free Speech Magenta. HEX triplet: E2, 4C and DD. RGB value is (226,76,221). Sum of RGB (Red+Green+Blue) = 226+76+221=523 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.21% from 523); Green value is 76 (30.08% from 255 or 14.53% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 226 - color contains mainly: red. Hex color #E24CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E24CDD is #1DB322. Grayscale: #888888. Windows color (decimal): -1946403 or 14503138. OLE color: 14503138.

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

Color convert

RGB 226 76 221 -
CMYK 0 0.66 0.02 0.11
HSL 302º 0.72% 0.59% -
HSV(B) 302º 0.66% 0.89% -
XYZ 47 26.56 71.06 -
YUV 137.38 175.2 191.21 -
System Red Green Blue C M Y K H S L
Decimal 226 76 221 0 0.66 0.02 0.11 302 0.72 0.59
Hex E2 4C DD 0 42 2 B 12E 48 3B
Octal 342 114 335 0 102 2 13 456 110 73
Binary 11100010 1001100 11011101 0 1000010 10 1011 100101110 1001000 111011

Color Harmonies of #E24CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24CDD

Black with #E24CDD

Text Example


Text Example

White with #E24CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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