Html Css Color HEX #E064DD Free Speech Magenta

📋 copy color: '#E064DD'

red 224 ◦ green 100 ◦ blue 221

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

Shades of Free Speech Magenta #E064DD

Tints of Free Speech Magenta #E064DD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.35%

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

R = 41.1%
G = 18.35%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E064DD (or 0xE064DD) is known color: Free Speech Magenta. HEX triplet: E0, 64 and DD. RGB value is (224,100,221). Sum of RGB (Red+Green+Blue) = 224+100+221=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 100 (39.45% from 255 or 18.35% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E064DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E064DD is #1F9B22. Grayscale: #969696. Windows color (decimal): -2071331 or 14509280. OLE color: 14509280.

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

Color convert

RGB 224 100 221 -
CMYK 0 0.55 0.01 0.12
HSL 301.45º 0.67% 0.64% -
HSV(B) 301.45º 0.55% 0.88% -
XYZ 48.35 30.18 71.68 -
YUV 150.87 167.58 180.16 -
System Red Green Blue C M Y K H S L
Decimal 224 100 221 0 0.55 0.01 0.12 301.45 0.67 0.64
Hex E0 64 DD 0 37 1 C 12D 43 40
Octal 340 144 335 0 67 1 14 455 103 100
Binary 11100000 1100100 11011101 0 110111 1 1100 100101101 1000011 1000000

Color Harmonies of #E064DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E064DD

Black with #E064DD

Text Example


Text Example

White with #E064DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E064DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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