Html Css Color HEX #E64ADA Free Speech Magenta

📋 copy color: '#E64ADA'

red 230 ◦ green 74 ◦ blue 218

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

Shades of Free Speech Magenta #E64ADA

Tints of Free Speech Magenta #E64ADA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.18%

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

R = 44.06%
G = 14.18%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E64ADA (or 0xE64ADA) is known color: Free Speech Magenta. HEX triplet: E6, 4A and DA. RGB value is (230,74,218). Sum of RGB (Red+Green+Blue) = 230+74+218=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 74 (29.30% from 255 or 14.18% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E64ADA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64ADA is #19B525. Grayscale: #888888. Windows color (decimal): -1684774 or 14306022. OLE color: 14306022.

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

Color convert

RGB 230 74 218 -
CMYK 0 0.68 0.05 0.10
HSL 304.62º 0.76% 0.6% -
HSV(B) 304.62º 0.68% 0.9% -
XYZ 47.74 26.78 68.98 -
YUV 137.06 173.68 194.29 -
System Red Green Blue C M Y K H S L
Decimal 230 74 218 0 0.68 0.05 0.10 304.62 0.76 0.6
Hex E6 4A DA 0 44 5 A 131 4C 3C
Octal 346 112 332 0 104 5 12 461 114 74
Binary 11100110 1001010 11011010 0 1000100 101 1010 100110001 1001100 111100

Color Harmonies of #E64ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64ADA

Black with #E64ADA

Text Example


Text Example

White with #E64ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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