Html Css Color HEX #E064D9 Free Speech Magenta

📋 copy color: '#E064D9'

red 224 ◦ green 100 ◦ blue 217

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

Shades of Free Speech Magenta #E064D9

Tints of Free Speech Magenta #E064D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.11%

R = 41.4%
G = 18.48%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E064D9 (or 0xE064D9) is known color: Free Speech Magenta. HEX triplet: E0, 64 and D9. RGB value is (224,100,217). Sum of RGB (Red+Green+Blue) = 224+100+217=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 100 (39.45% from 255 or 18.48% from 541); Blue value is 217 (85.16% from 255 or 40.11% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E064D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E064D9 is #1F9B26. Grayscale: #969696. Windows color (decimal): -2071335 or 14247136. OLE color: 14247136.

HSL color Cylindrical-coordinate representation of color #E064D9: hue angle of 303.39º 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 #E064D9 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 100 217 -
CMYK 0 0.55 0.03 0.12
HSL 303.39º 0.67% 0.64% -
HSV(B) 303.39º 0.55% 0.88% -
XYZ 47.82 29.97 68.91 -
YUV 150.41 165.58 180.49 -
System Red Green Blue C M Y K H S L
Decimal 224 100 217 0 0.55 0.03 0.12 303.39 0.67 0.64
Hex E0 64 D9 0 37 3 C 12F 43 40
Octal 340 144 331 0 67 3 14 457 103 100
Binary 11100000 1100100 11011001 0 110111 11 1100 100101111 1000011 1000000

Color Harmonies of #E064D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E064D9

Black with #E064D9

Text Example


Text Example

White with #E064D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E064D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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