Html Css Color HEX #E640DF Free Speech Magenta

📋 copy color: '#E640DF'

red 230 ◦ green 64 ◦ blue 223

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

Shades of Free Speech Magenta #E640DF

Tints of Free Speech Magenta #E640DF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.38%

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

R = 44.49%
G = 12.38%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E640DF (or 0xE640DF) is known color: Free Speech Magenta. HEX triplet: E6, 40 and DF. RGB value is (230,64,223). Sum of RGB (Red+Green+Blue) = 230+64+223=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 64 (25.39% from 255 or 12.38% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 230 - color contains mainly: red. Hex color #E640DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E640DF is #19BF20. Grayscale: #838383. Windows color (decimal): -1687329 or 14631142. OLE color: 14631142.

HSL color Cylindrical-coordinate representation of color #E640DF: hue angle of 302.53º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E640DF is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 64 223 -
CMYK 0 0.72 0.03 0.10
HSL 302.53º 0.77% 0.58% -
HSV(B) 302.53º 0.72% 0.9% -
XYZ 47.79 25.82 72.28 -
YUV 131.76 179.5 198.07 -
System Red Green Blue C M Y K H S L
Decimal 230 64 223 0 0.72 0.03 0.10 302.53 0.77 0.58
Hex E6 40 DF 0 48 3 A 12F 4D 3A
Octal 346 100 337 0 110 3 12 457 115 72
Binary 11100110 1000000 11011111 0 1001000 11 1010 100101111 1001101 111010

Color Harmonies of #E640DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E640DF

Black with #E640DF

Text Example


Text Example

White with #E640DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E640DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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