Html Css Color HEX #E64DDA Free Speech Magenta

📋 copy color: '#E64DDA'

red 230 ◦ green 77 ◦ blue 218

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

Shades of Free Speech Magenta #E64DDA

Tints of Free Speech Magenta #E64DDA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.67%

 BLUE value IS 218 (85.55% from 255) = 41.52%

R = 43.81%
G = 14.67%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E64DDA (or 0xE64DDA) is known color: Free Speech Magenta. HEX triplet: E6, 4D and DA. RGB value is (230,77,218). Sum of RGB (Red+Green+Blue) = 230+77+218=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 77 (30.47% from 255 or 14.67% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E64DDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E64DDA is #19B225. Grayscale: #8A8A8A. Windows color (decimal): -1684006 or 14306790. OLE color: 14306790.

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

Color convert

RGB 230 77 218 -
CMYK 0 0.67 0.05 0.10
HSL 304.71º 0.75% 0.6% -
HSV(B) 304.71º 0.67% 0.9% -
XYZ 47.94 27.19 69.05 -
YUV 138.82 172.69 193.04 -
System Red Green Blue C M Y K H S L
Decimal 230 77 218 0 0.67 0.05 0.10 304.71 0.75 0.6
Hex E6 4D DA 0 43 5 A 131 4B 3C
Octal 346 115 332 0 103 5 12 461 113 74
Binary 11100110 1001101 11011010 0 1000011 101 1010 100110001 1001011 111100

Color Harmonies of #E64DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64DDA

Black with #E64DDA

Text Example


Text Example

White with #E64DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64DDA; }

 p { color: rgb(230,77,218); }

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

background-color css

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

 a { background-color: rgb(230,77,218); }

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

border-color css

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

 span { border-color: rgb(230,77,218); }

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