Html Css Color HEX #E64ED9 Free Speech Magenta

📋 copy color: '#E64ED9'

red 230 ◦ green 78 ◦ blue 217

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

Shades of Free Speech Magenta #E64ED9

Tints of Free Speech Magenta #E64ED9

RGB

 RED value IS 230 (90.23% from 255) = 43.81%

 GREEN value IS 78 (30.86% from 255) = 14.86%

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

R = 43.81%
G = 14.86%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E64ED9 (or 0xE64ED9) is known color: Free Speech Magenta. HEX triplet: E6, 4E and D9. RGB value is (230,78,217). Sum of RGB (Red+Green+Blue) = 230+78+217=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 78 (30.86% from 255 or 14.86% from 525); Blue value is 217 (85.16% from 255 or 41.33% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E64ED9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E64ED9 is #19B126. Grayscale: #8A8A8A. Windows color (decimal): -1683751 or 14241510. OLE color: 14241510.

HSL color Cylindrical-coordinate representation of color #E64ED9: hue angle of 305.13º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E64ED9 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 78 217 -
CMYK 0 0.66 0.06 0.10
HSL 305.13º 0.75% 0.6% -
HSV(B) 305.13º 0.66% 0.9% -
XYZ 47.88 27.28 68.39 -
YUV 139.29 171.86 192.7 -
System Red Green Blue C M Y K H S L
Decimal 230 78 217 0 0.66 0.06 0.10 305.13 0.75 0.6
Hex E6 4E D9 0 42 6 A 131 4B 3C
Octal 346 116 331 0 102 6 12 461 113 74
Binary 11100110 1001110 11011001 0 1000010 110 1010 100110001 1001011 111100

Color Harmonies of #E64ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64ED9

Black with #E64ED9

Text Example


Text Example

White with #E64ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64ED9; }

 p { color: rgb(230,78,217); }

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

background-color css

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

 a { background-color: rgb(230,78,217); }

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

border-color css

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

 span { border-color: rgb(230,78,217); }

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