Html Css Color HEX #E036DD Free Speech Magenta

📋 copy color: '#E036DD'

red 224 ◦ green 54 ◦ blue 221

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

Shades of Free Speech Magenta #E036DD

Tints of Free Speech Magenta #E036DD

RGB

 RED value IS 224 (87.89% from 255) = 44.89%

 GREEN value IS 54 (21.48% from 255) = 10.82%

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

R = 44.89%
G = 10.82%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E036DD (or 0xE036DD) is known color: Free Speech Magenta. HEX triplet: E0, 36 and DD. RGB value is (224,54,221). Sum of RGB (Red+Green+Blue) = 224+54+221=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 54 (21.48% from 255 or 10.82% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E036DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E036DD is #1FC922. Grayscale: #7B7B7B. Windows color (decimal): -2083107 or 14497504. OLE color: 14497504.

HSL color Cylindrical-coordinate representation of color #E036DD: hue angle of 301.06º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E036DD is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 54 221 -
CMYK 0 0.76 0.01 0.12
HSL 301.06º 0.73% 0.55% -
HSV(B) 301.06º 0.76% 0.88% -
XYZ 45.11 23.71 70.6 -
YUV 123.87 182.82 199.42 -
System Red Green Blue C M Y K H S L
Decimal 224 54 221 0 0.76 0.01 0.12 301.06 0.73 0.55
Hex E0 36 DD 0 4C 1 C 12D 49 37
Octal 340 66 335 0 114 1 14 455 111 67
Binary 11100000 110110 11011101 0 1001100 1 1100 100101101 1001001 110111

Color Harmonies of #E036DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E036DD

Black with #E036DD

Text Example


Text Example

White with #E036DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E036DD; }

 p { color: rgb(224,54,221); }

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

background-color css

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

 a { background-color: rgb(224,54,221); }

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

border-color css

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

 span { border-color: rgb(224,54,221); }

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