Html Css Color HEX #E64ADF Free Speech Magenta

📋 copy color: '#E64ADF'

red 230 ◦ green 74 ◦ blue 223

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

Shades of Free Speech Magenta #E64ADF

Tints of Free Speech Magenta #E64ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.31%

R = 43.64%
G = 14.04%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E64ADF (or 0xE64ADF) is known color: Free Speech Magenta. HEX triplet: E6, 4A and DF. RGB value is (230,74,223). Sum of RGB (Red+Green+Blue) = 230+74+223=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 74 (29.30% from 255 or 14.04% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E64ADF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64ADF is #19B520. Grayscale: #898989. Windows color (decimal): -1684769 or 14633702. OLE color: 14633702.

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

Color convert

RGB 230 74 223 -
CMYK 0 0.68 0.03 0.10
HSL 302.69º 0.76% 0.6% -
HSV(B) 302.69º 0.68% 0.9% -
XYZ 48.4 27.05 72.48 -
YUV 137.63 176.18 193.88 -
System Red Green Blue C M Y K H S L
Decimal 230 74 223 0 0.68 0.03 0.10 302.69 0.76 0.6
Hex E6 4A DF 0 44 3 A 12F 4C 3C
Octal 346 112 337 0 104 3 12 457 114 74
Binary 11100110 1001010 11011111 0 1000100 11 1010 100101111 1001100 111100

Color Harmonies of #E64ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64ADF

Black with #E64ADF

Text Example


Text Example

White with #E64ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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